Skip to content

Commit 4ef5568

Browse files
committed
pack without build not possible
1 parent a8f1803 commit 4ef5568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/libs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: dotnet test libs.core.sln --configuration Release --no-restore --no-build --verbosity normal
3939

4040
- name: Create packages
41-
run: dotnet pack libs.core.sln -property:noSmc=true --configuration Release --no-build -o ${{ github.workspace }}/packages
41+
run: dotnet pack libs.core.sln -property:noSmc=true --configuration Release --no-restore -o ${{ github.workspace }}/packages
4242
- name: Upload .nupkg
4343
uses: actions/upload-artifact@v3
4444
with:

0 commit comments

Comments
 (0)