|
|
|
|
@ -42,7 +42,7 @@ jobs:
@@ -42,7 +42,7 @@ jobs:
|
|
|
|
|
displayName: 'Install .NET Core 3.1' |
|
|
|
|
inputs: |
|
|
|
|
packageType: sdk |
|
|
|
|
version: '3.1.100' |
|
|
|
|
version: '3.1.x' |
|
|
|
|
installationPath: $(Agent.ToolsDirectory)/dotnet |
|
|
|
|
|
|
|
|
|
- task: DotNetCoreCLI@2 |
|
|
|
|
@ -109,4 +109,4 @@ jobs:
@@ -109,4 +109,4 @@ jobs:
|
|
|
|
|
displayName: Publish $(ReleaseChannel) $(BuildConfiguration) |
|
|
|
|
inputs: |
|
|
|
|
targetPath: $(Build.ArtifactStagingDirectory)\$(ReleaseChannel) |
|
|
|
|
artifactName: $(ReleaseChannel) - $(BuildConfiguration) |
|
|
|
|
artifactName: $(ReleaseChannel) - $(BuildConfiguration) |
|
|
|
|
|