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 93b41ec commit dfbf66eCopy full SHA for dfbf66e
appveyor.yml
@@ -23,7 +23,7 @@ before_build:
23
Get-ChildItem -Path .\ -Filter project.json -Recurse -Name |
24
ForEach {
25
$content = Get-Content "$_"
26
- $content = $content.Replace("99.99.99-dev", "{version}$(VERSION_SUFFIX)")
+ $content = $content.Replace("99.99.99-dev", "$($env:APPVEYOR_BUILD_VERSION)$($env:VERSION_SUFFIX)")
27
Set-Content "$_" $content -Encoding UTF8
28
}
29
- appveyor-retry nuget restore -verbosity quiet
0 commit comments