We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a47463 commit 0244845Copy full SHA for 0244845
.github/workflows/dotnet.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Build DecryptionCertificates
28
run: dotnet build ./DecryptionCertificates/DecryptionCertificates.sln
29
- name: Build DeviceFlowWeb
30
- run: dotnet build ./DeviceFlow/DeviceFlowWeb.sln
+ run: dotnet build ./DeviceFlowWeb/DeviceFlow/DeviceFlowWeb.sln
31
- name: Build DownstreamApis
32
run: dotnet build ./DownstreamApis/DownstreamApis.sln
33
- name: Build TokenManagement
0 commit comments