summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAdonais Romero González <[email protected]>2023-06-01 16:00:21 -0700
committerGitHub <[email protected]>2023-06-01 16:00:21 -0700
commitc5cc3eca707a39d71a3f34281af107795b2af945 (patch)
tree53ebcdabd539e8102a5ea3c0121231643dd328b8 /.github/workflows
parent29e42c339a2dfd502d9c09efa53d10863be518ce (diff)
Update MsBuild action (#990)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/Code-Scanning.yml3
-rw-r--r--.github/workflows/ci-pr.yml2
-rw-r--r--.github/workflows/ci.yml2
3 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/Code-Scanning.yml b/.github/workflows/Code-Scanning.yml
index c3094b4b..fc1ae7e8 100644
--- a/.github/workflows/Code-Scanning.yml
+++ b/.github/workflows/Code-Scanning.yml
@@ -43,10 +43,9 @@ jobs:
languages: ${{ matrix.language }}
- name: Add MSBuild to PATH
- uses: microsoft/[email protected]
+ uses: microsoft/[email protected]
- name: Retrieve and build all available solutions
- id: build-all-samples
run: |
.\Build-AllSamples.ps1 -Verbose -ThrottleLimit 1
env:
diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml
index 880a5b47..ad170154 100644
--- a/.github/workflows/ci-pr.yml
+++ b/.github/workflows/ci-pr.yml
@@ -22,7 +22,7 @@ jobs:
submodules: 'recursive'
- name: Add MSBuild to PATH
- uses: microsoft/[email protected]
+ uses: microsoft/[email protected]
- name: Get changed files
id: get-changed-files
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1f83f466..70610fc7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
submodules: 'recursive'
- name: Add MSBuild to PATH
- uses: microsoft/[email protected]
+ uses: microsoft/[email protected]
- name: Retrieve and build all available solutions
run: |