We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97d2c2c commit 01aa3a0Copy full SHA for 01aa3a0
1 file changed
src/Ui/Ui.ConsoleApp/publish-choco.ps1
@@ -19,7 +19,7 @@ $xmlFile = $folder + "\pping.nuspec"
19
$version = $xml.package.metadata.version
20
# push package to choco
21
choco push $folder\pping.$version.nupkg --source='https://push.chocolatey.org/' --api-key=$env:CHOCO_API_KEY --timeout=300
22
-# commit and push changea to verification txt
+# commit and push change to verification txt
23
git add .\verification.txt
24
git commit -m "Changed verfication hash due to build"
25
git push
0 commit comments