This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Added UseDotNet task
pull/1259/head
Tim McCarthy
5 years ago
parent
827b5427c5
commit
409d2b86a5
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
build/aro/azure-devops/webapp-build.yml
+ 6
- 0
build/aro/azure-devops/webapp-build.yml
View File
@ -5,6 +5,12 @@ jobs:
pool
:
name
:
'Hosted Ubuntu 1604'
steps:
-
task
:
UseDotNet@2
displayName
:
'Use .NET Core 3.1 SDK'
inputs:
packageType
:
sdk
version
:
3.1
.100
installationPath
:
$(Agent.ToolsDirectory)/dotnet
-
task
:
DotNetCoreCLI@2
displayName
:
'dotnet restore'
inputs:
Write
Preview
Loading…
Cancel
Save