Skip to content

Commit d1da3ef

Browse files
committed
update package
1 parent ec38f48 commit d1da3ef

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

.github/workflows/dotnetTools.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff 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
@@ -62,7 +62,6 @@ jobs:
6262
cd NetCore2Blockly
6363
cd NetCore2BlocklyNew
6464
xcopy ..\TestBlocklyHtml\wwwroot\BlocklyAutomation\*.* BlocklyAutomation\ /E /F /I /Y /R
65-
6665
echo 'done copy'
6766
6867

.github/workflows/master_netcoreblockly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
name: Build and deploy ASP.Net Core app to Azure Web App - netcoreblockly
55

66
on:
7-
push:
8-
branches:
9-
- master
7+
push:
8+
tags:
9+
- "vNever*"
1010
workflow_dispatch:
1111

1212
jobs:

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ variables:
1111
solution: '**/*.sln'
1212
buildPlatform: 'Any CPU'
1313
buildConfiguration: 'Release'
14-
deployNuget: '1'
14+
deployNuget: '0'
1515

1616
steps:
1717
- task: NuGetToolInstaller@1

0 commit comments

Comments
 (0)