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.
2 parents dc05eff + ac389a3 commit 7989af0Copy full SHA for 7989af0
appveyor.yml
@@ -20,7 +20,12 @@ install:
20
build_script:
21
- ps: .\build.ps1 -Revision "$env:APPVEYOR_BUILD_NUMBER" -Suffix "$env:APPVEYOR_REPO_BRANCH"
22
deploy_script:
23
-- ps: Publish-Module -Path .\UnitySetup -NugetAPIKey $env:NugetAPIKey
+- ps: >-
24
+ Get-Command 'Publish-Module'
25
+
26
+ Get-Command 'Find-Script'
27
28
+ Publish-Module -Path .\UnitySetup -NugetAPIKey $env:NugetAPIKey
29
for:
30
-
31
branches:
0 commit comments