We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f9052 commit 3a8a222Copy full SHA for 3a8a222
publish.sh
@@ -70,7 +70,7 @@ if [[ x"$GITHUB" == x"1" ]]; then
70
nuget sources Add -Name "GPR" -Source "https://nuget.pkg.github.com/unity-technologies/index.json" -UserName "unity-technologies" -Password ${GITHUB_TOKEN:-} -NonInteractive >/dev/null 2>&1 || true
71
for p in "$DIR/build/nuget/**/*.nupkg"; do
72
echo "nuget push $p -Source \"GPR\""
73
- #nuget push $p -Source "GPR"
+ nuget push $p -Source "GPR"
74
done
75
76
fi
0 commit comments