Skip to content

Commit

Permalink
Update ci-nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
elsand authored Oct 10, 2023
1 parent 86ff43c commit 49ece46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: dotnet build --configuration Release /p:Version=${VERSION} ${SOLUTION}

- name: Pack with debug symbols
run: dotnet pack --configuration Release /p:Version=${VERSION} -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg --output .
run: dotnet pack --configuration Release /p:Version=${VERSION} -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg --output . ${SOLUTION}

- name: Upload artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 49ece46

Please sign in to comment.