Skip to content

Commit

Permalink
Do not sign
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymholt committed Sep 4, 2017
1 parent 5b9a357 commit fae0b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ csProj = csProj.replace(
writeFile(libCsproj, csProj);

// Build, pack, and push to NuGet
eval(`dotnet build -c release -p:SignAssembly=True,PublicSign=True ${libCsproj}`);
eval(`dotnet build -c release ${libCsproj}`);
eval(`dotnet pack -c release --no-build ${libCsproj}`);
eval(`dotnet nuget push ${releasePath}/${nupkgFile} -k ${env.NUGET_API_KEY}`);

Expand Down

0 comments on commit fae0b95

Please sign in to comment.