File tree Expand file tree Collapse file tree 3 files changed +11
-12
lines changed
Expand file tree Collapse file tree 3 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
1414
1515 steps :
1616 - uses : actions/checkout@v2
17- - name : Setup .NET Core 3
18- uses : actions/setup-dotnet@v1
17+ - name : Setup .NET Core
18+ uses : actions/setup-dotnet@v3
1919 with :
20- dotnet-version : 3.1.101
21- - name : Setup .NET Core 5
22- uses : actions/setup-dotnet@v1
23- with :
24- dotnet-version : 5.0.404
20+ dotnet-version : |
21+ 3.1.101
22+ 5.0.404
23+ 7.0.x
24+
2525 - name : Install dependencies
2626 run : |
2727 cd src
6262 cd NetCore2Blockly
6363 cd NetCore2BlocklyNew
6464 xcopy ..\TestBlocklyHtml\wwwroot\BlocklyAutomation\*.* BlocklyAutomation\ /E /F /I /Y /R
65-
6665 echo 'done copy'
6766
6867
Original file line number Diff line number Diff line change 44name : Build and deploy ASP.Net Core app to Azure Web App - netcoreblockly
55
66on :
7- push :
8- branches :
9- - master
7+ push :
8+ tags :
9+ - " vNever* "
1010 workflow_dispatch :
1111
1212jobs :
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ variables:
1111 solution : ' **/*.sln'
1212 buildPlatform : ' Any CPU'
1313 buildConfiguration : ' Release'
14- deployNuget : ' 1 '
14+ deployNuget : ' 0 '
1515
1616steps :
1717- task : NuGetToolInstaller@1
You can’t perform that action at this time.
0 commit comments