Skip to content

Commit 7446fa5

Browse files
committed
Use build number for release notes URL
Fixes #169 Also fix typo in usage text for new -find parameter.
1 parent f078b21 commit 7446fa5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

inc/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ steps:
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

pkg/vswhere/vswhere.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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\"/>

src/vswhere.lib/vswhere.lib.rc

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)