Skip to content

Commit 4da73fb

Browse files
authored
sighs in powershell environment variables
1 parent fe2e0b0 commit 4da73fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ before_build:
5252
- nuget restore RubberduckMeta.sln
5353
- nuget restore Rubberduck.sln
5454
build_script:
55-
- msbuild "C:\projects\rubberduck\Rubberduck.sln" -property:"Version=${APPVEYOR_BUILD_VERSION}" -verbosity:minimal -logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
55+
- ps: msbuild "C:\projects\rubberduck\Rubberduck.sln" -property:"Version=$env:APPVEYOR_BUILD_VERSION" -verbosity:minimal -logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
5656

5757

5858
# TestScript depends on the build matrix to only contain Release cpu

0 commit comments

Comments
 (0)