Skip to content

Commit

Permalink
Merge pull request #19 from MihaZupan/fuzzing-pipeline
Browse files Browse the repository at this point in the history
Update deploy-to-onefuzz pipeline
  • Loading branch information
buyaa-n authored Oct 4, 2024
2 parents 6d65ad3 + 6476f6d commit 9949913
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions eng/pipelines/libraries/fuzzing/deploy-to-onefuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,13 @@ extends:

- powershell: |
cd $(Build.SourcesDirectory)
./build.cmd clr+libs+packs+host -rc Checked -c Debug
./build.cmd clr+libs -rc Checked -c Debug
displayName: Build runtime (checked + debug)
- powershell: |
cd $(fuzzerProject)
$(dotnetPath) publish -o publish
$(dotnetPath) build-server shutdown
$(dotnetPath) build
displayName: Build Fuzzing targets
- powershell: |
Expand All @@ -50,7 +51,7 @@ extends:
- powershell: |
cd $(fuzzerProject)
publish/DotnetFuzzing.exe prepare-onefuzz deployment
./run.bat
displayName: Prepare OneFuzz deployment
# OneFuzz can't currently handle a single deployment where multiple jobs share similar assemblies/pdbs.
Expand Down

0 comments on commit 9949913

Please sign in to comment.