Skip to content

Commit 7989af0

Browse files
authored
Merge pull request #26 from jwittner/dev/developPrereleaseBuilds
More logs
2 parents dc05eff + ac389a3 commit 7989af0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

appveyor.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@ install:
2020
build_script:
2121
- ps: .\build.ps1 -Revision "$env:APPVEYOR_BUILD_NUMBER" -Suffix "$env:APPVEYOR_REPO_BRANCH"
2222
deploy_script:
23-
- ps: Publish-Module -Path .\UnitySetup -NugetAPIKey $env:NugetAPIKey
23+
- ps: >-
24+
Get-Command 'Publish-Module'
25+
26+
Get-Command 'Find-Script'
27+
28+
Publish-Module -Path .\UnitySetup -NugetAPIKey $env:NugetAPIKey
2429
for:
2530
-
2631
branches:

0 commit comments

Comments
 (0)