Skip to content

Commit

Permalink
Change version of protobuf to 3.27.2 in build-template-window.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chopin-fan committed Jul 19, 2024
1 parent 58a7833 commit 395c89c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sonarqube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '7.0'
dotnet-version: '8.0'
- name: Create temporary global.json
run: echo '{"sdk":{"version":"8.0.7"}}' > ./global.json
- name: Set up JDK 17
Expand Down
2 changes: 1 addition & 1 deletion templates/build-template-window.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
displayName: 'Install .NET Core SDK'
inputs:
version: 8.0.x
- script: choco install protoc --version=3.19.4 -y
- script: choco install protoc --version=3.27.2 -y
displayName: 'Install protobuf'
- script: choco install unzip
displayName: 'Install unzip'
Expand Down

0 comments on commit 395c89c

Please sign in to comment.