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": { "blazorwasmbenchmark": {
"source": { "source": {
"repository": "https://github.com/dotnet/AspNetCore.git", "repository": "https://github.com/dotnet/AspNetCore.git",
"branchOrCommit": "blazor-wasm", "branchOrCommit": "master",
"dockerfile": "src/Components/benchmarkapps/Wasm.Performance/dockerfile" "dockerfile": "src/Components/benchmarkapps/Wasm.Performance/dockerfile"
}, },
"buildArguments": [ "buildArguments": [
"gitBranch=blazor-wasm" "gitBranch=master"
], ],
"waitForExit": true, "waitForExit": true,
"readyStateText": "Application started." "readyStateText": "Application started."

View File

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