We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c67227 + 101f321 commit a77fd87Copy full SHA for a77fd87
.github/workflows/dotnet.yml
@@ -26,8 +26,8 @@ jobs:
26
run: dotnet build ./ConfidentialClientCredentialsCertificate/ConfidentialClientCredentialsCertificate.sln
27
- name: Build DecryptionCertificates
28
run: dotnet build ./DecryptionCertificates/DecryptionCertificates.sln
29
- - name: Build ./DeviceFlowWeb/DeviceFlow
30
- run: dotnet build ./DeviceFlowWeb/DeviceFlowWeb.sln
+ - name: Build DeviceFlowWeb
+ run: dotnet build ./DeviceFlow/DeviceFlowWeb.sln
31
- name: Build DownstreamApis
32
run: dotnet build ./DownstreamApis/DownstreamApis.sln
33
- name: Build TokenManagement
0 commit comments