Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

pinning the version of dotnet to 6.0.202 #1925

Merged
merged 1 commit into from
May 10, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ jobs:
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v2
with:
dotnet-version: '6.0.x'
dotnet-version: '6.0.202'
chkeita marked this conversation as resolved.
Show resolved Hide resolved
- name: Install dependencies
run: |
cd src/ApiService/
Expand Down Expand Up @@ -383,7 +383,7 @@ jobs:
cp artifacts/agent-Linux/onefuzz-agent src/deployment/tools/linux/
cp artifacts/proxy/onefuzz-proxy-manager src/deployment/tools/linux/
cp artifacts/service/api-service.zip src/deployment
cp artifacts/service-net/api-service-net.zip src/deployment
cp artifacts/service-net/api-service-net.zip src/deployment
cp -r artifacts/third-party src/deployment
cp -r src/agent/script/linux/libfuzzer-coverage src/deployment/tools/linux/libfuzzer-coverage
cp -r src/agent/script/win64/libfuzzer-coverage src/deployment/tools/win64/libfuzzer-coverage
Expand Down