Skip to content

Commit 5830597

Browse files
committed
Update azure-pipelines-dev.yml for Azure Pipelines
1 parent acdd4a6 commit 5830597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
mkdir $(Build.ArtifactStagingDirectory)\nupkg
102102
Write-Host $(PackageVersion)
103103
Write-Host $(PackageVersionCLI)
104-
$commandSample = "dotnet pack $(Build.SourcesDirectory)\src\Generator.Client.CommandLine\Generator.Client.CommandLine.csproj -c $(buildConfiguration) -o $(Build.ArtifactStagingDirectory)\nupkg /p:PackAsTool=true /p:VersionPrefix=$(PackageVersionCLI) /p:SymbolPackageFormat=snupkg --include-symbols --version-suffix=alpha"
104+
$commandSample = "dotnet pack $(Build.SourcesDirectory)\src\Generator.Client.CommandLine\Generator.Client.CommandLine.csproj -c $(buildConfiguration) -o $(Build.ArtifactStagingDirectory)\nupkg /p:PackAsTool=true /p:VersionPrefix=$(PackageVersionCLI) /p:VersionSuffix=dev /p:SymbolPackageFormat=snupkg --include-symbols"
105105
Write-Host $commandSample
106106
Invoke-Expression $commandSample
107107

0 commit comments

Comments
 (0)