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