Skip to content

Commit ab4acbf

Browse files
committed
Move azurePipelinesBuild.ps1 to tools folder
So we have fewer folders.
1 parent ade960e commit ab4acbf

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Build
3939
shell: pwsh
40-
run: scripts/azurePipelinesBuild.ps1
40+
run: tools/azurePipelinesBuild.ps1
4141

4242
- name: Perform CodeQL Analysis
4343
uses: github/codeql-action/analyze@v1

.vsts-ci/templates/ci-general.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ steps:
2424
condition: ne(variables['Build.Reason'], 'PullRequest')
2525
- task: PowerShell@2
2626
inputs:
27-
filePath: scripts/azurePipelinesBuild.ps1
27+
filePath: tools/azurePipelinesBuild.ps1
2828
pwsh: ${{ parameters.pwsh }}
2929
- task: PublishTestResults@2
3030
inputs:
File renamed without changes.

0 commit comments

Comments
 (0)