Merge branch 'master' of https://bitbucket.org/Hauth/shogi
This commit is contained in:
@@ -20,6 +20,15 @@ steps:
|
|||||||
|
|
||||||
- task: NuGetToolInstaller@1
|
- task: NuGetToolInstaller@1
|
||||||
|
|
||||||
|
- task: UseDotNet@2
|
||||||
|
inputs:
|
||||||
|
packageType: 'sdk'
|
||||||
|
useGlobalJson: true
|
||||||
|
|
||||||
|
- task: CmdLine@2
|
||||||
|
inputs:
|
||||||
|
script: 'dotnet workload install wasm-tools'
|
||||||
|
|
||||||
- task: NuGetCommand@2
|
- task: NuGetCommand@2
|
||||||
inputs:
|
inputs:
|
||||||
restoreSolution: '$(solution)'
|
restoreSolution: '$(solution)'
|
||||||
|
|||||||
Reference in New Issue
Block a user