Skip to content

Commit

Permalink
Set official build value to false (dotnet#46834)
Browse files Browse the repository at this point in the history
* Set official build value to false

* Add pr trigger

* Remove PR
  • Loading branch information
DrewScoggins committed Jan 13, 2021
1 parent 40a9c55 commit 6be6aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/coreclr/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
jobParameters:
buildArgs: -s mono+libs+host+packs -c $(_BuildConfig)
nameSuffix: wasm
isOfficialBuild: ${{ variables.isOfficialBuild }}
isOfficialBuild: false
extraStepsTemplate: /eng/pipelines/common/upload-artifact-step.yml
extraStepsParameters:
rootFolder: '$(Build.SourcesDirectory)/artifacts/'
Expand Down

0 comments on commit 6be6aad

Please sign in to comment.