Skip to content

Commit

Permalink
Reorganize projects directories
Browse files Browse the repository at this point in the history
  • Loading branch information
kbeaugrand committed Oct 25, 2022
1 parent 365de5f commit 5b6c6b2
Show file tree
Hide file tree
Showing 371 changed files with 778 additions and 2,225 deletions.
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
File renamed without changes.
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>
File renamed without changes.
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

0 comments on commit 5b6c6b2

Please sign in to comment.