Update blazor benchmarks to point to master (#22524)
This commit is contained in:
parent
5a856437d0
commit
a352ac4bb8
|
|
@ -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."
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue