Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
adoconnection committed Jan 17, 2022
1 parent 3b1d585 commit d49d91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pack.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dotnet build -c Release
dotnet test
dotnet pack -c Release -o artifacts RazorEngineCore\RazorEngineCore.csproj -p:symbolPackageFormat=snupkg --include-symbols
dotnet nuget push artifacts\RazorEngineCore.2021.7.1.nupkg --source https://www.nuget.org/api/v2/package -k KEY
dotnet nuget push artifacts\RazorEngineCore.2022.1.1.nupkg --source https://www.nuget.org/api/v2/package -k KEY

0 comments on commit d49d91a

Please sign in to comment.