diff --git a/src/VirtualClient/VirtualClient.Main/profiles/PERF-ASPNETBENCH-MULTI.json b/src/VirtualClient/VirtualClient.Main/profiles/PERF-ASPNETBENCH-MULTI.json index 5b722b2e5d..44f2ef4970 100644 --- a/src/VirtualClient/VirtualClient.Main/profiles/PERF-ASPNETBENCH-MULTI.json +++ b/src/VirtualClient/VirtualClient.Main/profiles/PERF-ASPNETBENCH-MULTI.json @@ -73,6 +73,7 @@ "Parameters": { "Scenario": "CloneAspNetBenchmarksRepo", "RepoUri": "https://github.com/aspnet/Benchmarks.git", + "Commit": "cf5b6ee", "PackageName": "aspnetbenchmarks" } }, diff --git a/src/VirtualClient/VirtualClient.Main/profiles/PERF-ASPNETBENCH.json b/src/VirtualClient/VirtualClient.Main/profiles/PERF-ASPNETBENCH.json index c581aa6ff6..f4baf54582 100644 --- a/src/VirtualClient/VirtualClient.Main/profiles/PERF-ASPNETBENCH.json +++ b/src/VirtualClient/VirtualClient.Main/profiles/PERF-ASPNETBENCH.json @@ -42,6 +42,7 @@ "Parameters": { "Scenario": "CloneAspNetBenchmarksRepo", "RepoUri": "https://github.com/aspnet/Benchmarks.git", + "Commit": "cf5b6ee", "PackageName": "aspnetbenchmarks" } }, diff --git a/website/docs/dependencies/0040-install-git-repo.md b/website/docs/dependencies/0040-install-git-repo.md index 6ae4b423b5..3f2244a37c 100644 --- a/website/docs/dependencies/0040-install-git-repo.md +++ b/website/docs/dependencies/0040-install-git-repo.md @@ -37,7 +37,7 @@ In this example, VC clones https://github.com/eembc/coremark.git into the runtim "Type": "GitRepoClone", "Parameters": { "RepoUri": "https://github.com/eembc/coremark.git", - "Commit": "v1.01" + "Commit": "v1.01", "PackageName": "coremark" } }