Update blazor benchmarks to point to master (#22524)

This commit is contained in:
Pranav K 2020-06-04 15:04:30 -07:00 committed by GitHub
parent 5a856437d0
commit a352ac4bb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -11,11 +11,11 @@
"blazorwasmbenchmark": {
"source": {
"repository": "https://github.com/dotnet/AspNetCore.git",
"branchOrCommit": "blazor-wasm",
"branchOrCommit": "master",
"dockerfile": "src/Components/benchmarkapps/Wasm.Performance/dockerfile"
},
"buildArguments": [
"gitBranch=blazor-wasm"
"gitBranch=master"
],
"waitForExit": true,
"readyStateText": "Application started."

View File

@ -12,7 +12,7 @@ RUN apt-get update \
nodejs \
git
ARG gitBranch=blazor-wasm
ARG gitBranch=master
WORKDIR /src
ADD https://api.github.com/repos/dotnet/aspnetcore/git/ref/heads/${gitBranch} /aspnetcore.commit