Skip to content

Commit 6d3fa54

Browse files
committed
feat: modified names
1 parent 310f54f commit 6d3fa54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dotnetTools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
6969
del BlocklyAutomation\assets\loadAtStartup\swaggers.json
70-
ren BlocklyAutomation\assets\loadAtStartup\swaggersForLocalAPI.json swaggers.json
70+
ren BlocklyAutomation\assets\loadAtStartup\swaggersForLocalAPINetCore.json swaggers.json
7171
7272
del BlocklyAutomation\assets\settings.json
7373
ren BlocklyAutomation\assets\settingsForLocalAPI.json settings.json

azure-pipelines.yml

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

1515
steps:
1616
- task: NuGetToolInstaller@1

0 commit comments

Comments
 (0)