We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ba9f5d commit 3e8c1c9Copy full SHA for 3e8c1c9
1 file changed
.github/workflows/dotnet.yml
@@ -22,5 +22,3 @@ jobs:
22
run: dotnet restore ./content/StsServerIdentity
23
- name: Build STS
24
run: dotnet build ./content/StsServerIdentity/StsServerIdentity.csproj --no-restore
25
- - name: Test
26
- run: dotnet test --no-build --verbosity normal
0 commit comments