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 b6943ba commit 36923d1Copy full SHA for 36923d1
azure-pipelines.yml
@@ -95,6 +95,7 @@ jobs:
95
command: 'restore'
96
projects: '**/*.csproj'
97
feedsToUse: 'select'
98
+ verbosityRestore: 'Minimal'
99
100
- task: DotNetCoreCLI@2
101
displayName: dotnet build
@@ -158,7 +159,7 @@ jobs:
158
159
configuration: '$(buildConfiguration)'
160
packDirectory: '$(Build.ArtifactStagingDirectory)\nupkg'
161
includesymbols: true
- versioningScheme: 'off'
162
+ versioningScheme: 'byBuildNumber'
163
buildProperties: 'PackAsTool=True;VersionPrefix=9.8.7.6;SymbolPackageFormat=snupkg;VersionSuffix=alpha'
164
verbosityPack: 'Minimal'
165
#$(buildConfiguration) -o p:VersionPrefix=$(PackageVersionCLI) "
0 commit comments