Skip to content

Commit c776240

Browse files
committed
Fix parse error
1 parent b52b77f commit c776240

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
@@ -12,7 +12,7 @@ build_script:
1212

1313
- cmd: msbuild GitVersion.sln "/p:Configuration=%CONFIGURATION%;Platform=%PLATFORM%"
1414

15-
- ps: & "/GitVersionExe/bin/$env:Configuration/GitVersion.exe" /l console /output buildserver /updateAssemblyInfo
15+
- ps: "./GitVersionExe/bin/$env:Configuration/GitVersion.exe" /l console /output buildserver /updateAssemblyInfo
1616

1717
- cmd: appveyor PushArtifact "NuGetExeBuild/GitVersion.Portable.%GitVersion_NuGetVersion%.nupkg"
1818

0 commit comments

Comments
 (0)