Skip to content

Commit eee3f47

Browse files
authored
Merge pull request #283 from Yubico/dennisdyallo/fix-buildyml
fix(ci): Fix dotnet pack syntax
2 parents 6dc408b + 2866ad6 commit eee3f47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
9797
# Build the project
9898
- name: Build Yubico.NET.SDK.sln
99-
run: dotnet pack --configuration Release --nologo --verbosity minimal --treatWarningsAsErrors Yubico.NET.SDK.sln
99+
run: dotnet pack --configuration Release --nologo --verbosity minimal -p:treatWarningsAsErrors=true Yubico.NET.SDK.sln
100100

101101
# Build the documentation
102102
- name: Build docs
@@ -253,4 +253,4 @@ jobs:
253253
echo "| --- | --- |" >> $GITHUB_STEP_SUMMARY
254254
echo "| **Image Tag** | \`${{ env.DOCS_IMAGE_TAG }}\` |" >> $GITHUB_STEP_SUMMARY
255255
echo "| **Image Hash** | \`${{ env.DOCS_IMAGE_HASH }}\` |" >> $GITHUB_STEP_SUMMARY
256-
fi
256+
fi

0 commit comments

Comments
 (0)