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.
1 parent b52b77f commit c776240Copy full SHA for c776240
appveyor.yml
@@ -12,7 +12,7 @@ build_script:
12
13
- cmd: msbuild GitVersion.sln "/p:Configuration=%CONFIGURATION%;Platform=%PLATFORM%"
14
15
- - ps: & "/GitVersionExe/bin/$env:Configuration/GitVersion.exe" /l console /output buildserver /updateAssemblyInfo
+ - ps: "./GitVersionExe/bin/$env:Configuration/GitVersion.exe" /l console /output buildserver /updateAssemblyInfo
16
17
- cmd: appveyor PushArtifact "NuGetExeBuild/GitVersion.Portable.%GitVersion_NuGetVersion%.nupkg"
18
0 commit comments