Skip to content

Commit a77fd87

Browse files
committed
Merge branch 'net9'
2 parents 5c67227 + 101f321 commit a77fd87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
run: dotnet build ./ConfidentialClientCredentialsCertificate/ConfidentialClientCredentialsCertificate.sln
2727
- name: Build DecryptionCertificates
2828
run: dotnet build ./DecryptionCertificates/DecryptionCertificates.sln
29-
- name: Build ./DeviceFlowWeb/DeviceFlow
30-
run: dotnet build ./DeviceFlowWeb/DeviceFlowWeb.sln
29+
- name: Build DeviceFlowWeb
30+
run: dotnet build ./DeviceFlow/DeviceFlowWeb.sln
3131
- name: Build DownstreamApis
3232
run: dotnet build ./DownstreamApis/DownstreamApis.sln
3333
- name: Build TokenManagement

0 commit comments

Comments
 (0)