We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bd4dc4 commit f5ac48fCopy full SHA for f5ac48f
.github/workflows/dotnet-commit-build.yml
@@ -20,8 +20,6 @@ jobs:
20
run: nuget restore client\client.sln
21
- name: Build Release
22
run: msbuild client\client.sln -property:Configuration=Release
23
- - name: Build Release - NoRing0 build
24
- run: msbuild client\client.sln -property:Configuration=ReleaseNoRing0
25
- name: Upload build
26
uses: actions/upload-artifact@v4.6.0
27
with:
0 commit comments