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 c776240 commit eb66d75Copy full SHA for eb66d75
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: .\NuGetCommandLineBuild\Tools\GitVersion.exe /l console /output buildserver /updateAssemblyInfo
16
17
- cmd: appveyor PushArtifact "NuGetExeBuild/GitVersion.Portable.%GitVersion_NuGetVersion%.nupkg"
18
0 commit comments