aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2020-01-05 15:59:31 +0900
committerdkanada <dkanada@users.noreply.github.com>2020-01-05 15:59:31 +0900
commite5e0166951414044b4c251fc562bb8d40620ca1f (patch)
tree7485c8aaa36f110c3dd55eb1c9e652bd4f893aa6
parent0b592376d59d10d14dbdd248c24f7ec6397c3508 (diff)
update dotnet version for ci
-rw-r--r--.ci/azure-pipelines.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml
index 13cc67528..6e6cd0058 100644
--- a/.ci/azure-pipelines.yml
+++ b/.ci/azure-pipelines.yml
@@ -66,6 +66,12 @@ jobs:
overWrite: true # Optional
flattenFolders: false # Optional
+ - task: UseDotNet@2
+ displayName: Use Correct DotNet Version
+ inputs:
+ packageType: sdk
+ version: 3.1.100
+
- task: DotNetCoreCLI@2
displayName: Publish
inputs: