Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pschaeflein authored Apr 5, 2021
1 parent d704ccd commit f604f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
run: |
$VERSION=($env:GITHUB_REF -split "/" | select -skip 2).TrimStart("v")
echo Version: $VERSION
dotnet pack -v normal -c Release --include-source -p:PackageVersion=$VERSION -p:Version=$VERSION -p:SymbolPackageFormat=snupkg -o nupkg src/$env:PROJECT_NAME.csproj
dotnet pack -v normal -c Release --include-source -p:PackageVersion=$VERSION -p:Version=$VERSION -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg -o nupkg src/$env:PROJECT_NAME.csproj
- name: Push to NuGet Feed
run: dotnet nuget push .\nupkg\*.nupkg --source $env:NUGET_FEED --skip-duplicate --api-key $env:NUGET_APIKEY

0 comments on commit f604f59

Please sign in to comment.