Skip to content

Commit f9de6dd

Browse files
authored
Merge pull request #2 from Microsoft/fix/moduleExports
Fix for exports in build getting lost
2 parents 237017c + 2698f4a commit f9de6dd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

appveyor.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ install:
1212
Install-PackageProvider -Name NuGet -Force | Out-Null
1313
1414
Install-Module PowerShellGet -Scope CurrentUser -Force
15+
16+
Remove-Module PowerShellGet -Force
17+
18+
Import-Module PowerShellGet -Force
1519
build_script:
16-
- ps: .\build.ps1 -Revision $env:APPVEYOR_BUILD_NUMBER
20+
- ps: .\build.ps1 -Revision "$env:APPVEYOR_BUILD_NUMBER"
1721
deploy_script:
1822
- ps: start powershell -wait { Publish-Module -Path .\UnitySetup -NugetAPIKey $env:NugetAPIKey }

0 commit comments

Comments
 (0)