Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
+4
-1
@@ -19,7 +19,10 @@ steps:
|
|||||||
command: 'pack'
|
command: 'pack'
|
||||||
packagesToPack: '**/*.csproj'
|
packagesToPack: '**/*.csproj'
|
||||||
configuration: '$(buildConfiguration)'
|
configuration: '$(buildConfiguration)'
|
||||||
versioningScheme: 'byBuildNumber'
|
versioningScheme: 'byPrereleaseNumber'
|
||||||
|
majorVersion: '1'
|
||||||
|
minorVersion: '0'
|
||||||
|
patchVersion: '0'
|
||||||
|
|
||||||
- task: IISWebAppDeploy@2
|
- task: IISWebAppDeploy@2
|
||||||
displayName: 'Deployment'
|
displayName: 'Deployment'
|
||||||
|
|||||||
Reference in New Issue
Block a user