We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6dc408b + 2866ad6 commit eee3f47Copy full SHA for eee3f47
.github/workflows/build.yml
@@ -96,7 +96,7 @@ jobs:
96
97
# Build the project
98
- name: Build Yubico.NET.SDK.sln
99
- run: dotnet pack --configuration Release --nologo --verbosity minimal --treatWarningsAsErrors Yubico.NET.SDK.sln
+ run: dotnet pack --configuration Release --nologo --verbosity minimal -p:treatWarningsAsErrors=true Yubico.NET.SDK.sln
100
101
# Build the documentation
102
- name: Build docs
@@ -253,4 +253,4 @@ jobs:
253
echo "| --- | --- |" >> $GITHUB_STEP_SUMMARY
254
echo "| **Image Tag** | \`${{ env.DOCS_IMAGE_TAG }}\` |" >> $GITHUB_STEP_SUMMARY
255
echo "| **Image Hash** | \`${{ env.DOCS_IMAGE_HASH }}\` |" >> $GITHUB_STEP_SUMMARY
256
- fi
+ fi
0 commit comments