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.
1 parent a8f1803 commit 4ef5568Copy full SHA for 4ef5568
.github/workflows/libs-build.yml
@@ -38,7 +38,7 @@ jobs:
38
run: dotnet test libs.core.sln --configuration Release --no-restore --no-build --verbosity normal
39
40
- name: Create packages
41
- run: dotnet pack libs.core.sln -property:noSmc=true --configuration Release --no-build -o ${{ github.workspace }}/packages
+ run: dotnet pack libs.core.sln -property:noSmc=true --configuration Release --no-restore -o ${{ github.workspace }}/packages
42
- name: Upload .nupkg
43
uses: actions/upload-artifact@v3
44
with:
0 commit comments