-
Notifications
You must be signed in to change notification settings - Fork 766
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/setup-dotnet from 2 to 3 (#8523)
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 2 to 3. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v2...v3) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
e9b25ea
commit 1019838
Showing
4 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,7 @@ jobs: | |
submodules: true | ||
|
||
- name: Setup .NET Core | ||
uses: actions/setup-dotnet@v2 | ||
uses: actions/setup-dotnet@v3 | ||
|
||
- name: Build Bicep.sln | ||
run: dotnet build --configuration release | ||
|
@@ -78,7 +78,7 @@ jobs: | |
submodules: true | ||
|
||
- name: Setup .NET Core | ||
uses: actions/setup-dotnet@v2 | ||
uses: actions/setup-dotnet@v3 | ||
|
||
- name: Pack | ||
run: dotnet pack --configuration release | ||
|
@@ -101,7 +101,7 @@ jobs: | |
submodules: true | ||
|
||
- name: Setup .NET Core | ||
uses: actions/setup-dotnet@v2 | ||
uses: actions/setup-dotnet@v3 | ||
|
||
- name: Publish Language Server | ||
run: dotnet publish --configuration release ./src/Bicep.LangServer/Bicep.LangServer.csproj | ||
|
@@ -146,7 +146,7 @@ jobs: | |
node-version: 16 | ||
|
||
- name: Setup .NET Core | ||
uses: actions/setup-dotnet@v2 | ||
uses: actions/setup-dotnet@v3 | ||
|
||
- name: npm ci | ||
run: npm ci | ||
|
@@ -241,7 +241,7 @@ jobs: | |
|
||
# needed by the GenerateNotice package | ||
- name: Setup .NET Core | ||
uses: actions/setup-dotnet@v2 | ||
uses: actions/setup-dotnet@v3 | ||
|
||
- name: Add msbuild to PATH | ||
uses: microsoft/[email protected] | ||
|
@@ -300,7 +300,7 @@ jobs: | |
submodules: true | ||
|
||
- name: Setup .NET Core | ||
uses: actions/setup-dotnet@v2 | ||
uses: actions/setup-dotnet@v3 | ||
|
||
- name: Download Bicep CLI | ||
uses: actions/download-artifact@v3 | ||
|
@@ -363,7 +363,7 @@ jobs: | |
submodules: true | ||
|
||
- name: Setup .NET Core | ||
uses: actions/setup-dotnet@v2 | ||
uses: actions/setup-dotnet@v3 | ||
|
||
- name: Setup Node.js | ||
uses: actions/setup-node@v3 | ||
|
@@ -436,7 +436,7 @@ jobs: | |
submodules: true | ||
|
||
- name: Setup .NET Core | ||
uses: actions/setup-dotnet@v2 | ||
uses: actions/setup-dotnet@v3 | ||
|
||
- name: Setup Node.js | ||
uses: actions/setup-node@v3 | ||
|
@@ -473,7 +473,7 @@ jobs: | |
submodules: true | ||
|
||
- name: Setup .NET Core | ||
uses: actions/setup-dotnet@v2 | ||
uses: actions/setup-dotnet@v3 | ||
|
||
- name: Setup Node.js | ||
uses: actions/setup-node@v3 | ||
|
@@ -529,7 +529,7 @@ jobs: | |
submodules: true | ||
|
||
- name: Setup .NET Core | ||
uses: actions/setup-dotnet@v2 | ||
uses: actions/setup-dotnet@v3 | ||
|
||
- name: Test | ||
run: dotnet test --configuration release --logger trx --blame --collect:"XPlat Code Coverage" --settings ./.github/workflows/codecov.runsettings --results-directory ./TestResults/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters