File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7070 condition : succeededOrFailed()
7171
7272- script : |
73- choco pack pkg\vswhere\vswhere.nuspec --out "bin\${{ parameters.BuildConfiguration }}" --version "%NBGV_NuGetPackageVersion%" "Configuration=${{ parameters.BuildConfiguration }}" "CommitId=$(Build.SourceVersion)"
73+ choco pack pkg\vswhere\vswhere.nuspec --out "bin\${{ parameters.BuildConfiguration }}" --version "%NBGV_NuGetPackageVersion%" "Configuration=${{ parameters.BuildConfiguration }}" "CommitId=$(Build.SourceVersion)" "Tag=$(Build.BuildNumber)"
7474 displayName : Package
7575 workingDirectory : $(Build.SourcesDirectory)
7676
Original file line number Diff line number Diff line change 1919 <packageSourceUrl >https://github.com/Microsoft/vswhere/tree/$CommitId$/pkg/vswhere</packageSourceUrl >
2020 <docsUrl >https://github.com/Microsoft/vswhere/wiki</docsUrl >
2121 <bugTrackerUrl >https://github.com/Microsoft/vswhere/issues</bugTrackerUrl >
22- <releaseNotes >https://github.com/Microsoft/vswhere/releases/tag/$Version $</releaseNotes >
22+ <releaseNotes >https://github.com/Microsoft/vswhere/releases/tag/$Tag $</releaseNotes >
2323 </metadata >
2424 <files >
2525 <file src =" build\vswhere.props" target =" build\" />
You can’t perform that action at this time.
0 commit comments