Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorganize projects directories #1393

Merged
merged 1 commit into from
Oct 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
working-directory: src/

- name: Generate Open API documentation
run: dotnet swagger tofile --output ./swagger.json AzureIoTHub.Portal/Server/bin/Debug/net6.0/AzureIoTHub.Portal.Server.dll v1
run: dotnet swagger tofile --output ./swagger.json AzureIoTHub.Portal.Server/bin/Debug/net6.0/AzureIoTHub.Portal.Server.dll v1
working-directory: src/

# Upload swagger docs to GitHub
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Shared\AzureIoTHub.Portal.Shared.csproj" />
<Folder Include="wwwroot\js\" />
</ItemGroup>

<ItemGroup>
<Folder Include="wwwroot\js\" />
<ProjectReference Include="..\AzureIoTHub.Portal.Shared\AzureIoTHub.Portal.Shared.csproj" />
</ItemGroup>
</Project>
577 changes: 412 additions & 165 deletions src/AzureIoTHub.Portal.Client/assets/package-lock.json

Large diffs are not rendered by default.

331 changes: 331 additions & 0 deletions src/AzureIoTHub.Portal.Client/assets/src/AuthenticationService.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading