Skip to content

Commit 58b3a15

Browse files
quotes around releaseTag
1 parent 4791261 commit 58b3a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ stages:
9797
9898
- powershell: |
9999
$packageOutputDir = "$(Build.ArtifactStagingDirectory)\nuget"
100-
$packageVersion = $(releaseTag)
100+
$packageVersion = "$(releaseTag)"
101101
102102
Write-Host "Packing project from existing build output..."
103103
dotnet pack ./Infragistics.QueryBuilder.Executor.csproj `

0 commit comments

Comments
 (0)