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 4791261 commit 58b3a15Copy full SHA for 58b3a15
azure-pipelines/build-and-publish.yml
@@ -97,7 +97,7 @@ stages:
97
98
- powershell: |
99
$packageOutputDir = "$(Build.ArtifactStagingDirectory)\nuget"
100
- $packageVersion = $(releaseTag)
+ $packageVersion = "$(releaseTag)"
101
102
Write-Host "Packing project from existing build output..."
103
dotnet pack ./Infragistics.QueryBuilder.Executor.csproj `
0 commit comments