File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 5
5
6
6
"features" : {
7
7
"ghcr.io/azure/azure-dev/azd:latest" : {},
8
- "ghcr.io/devcontainers/features/dotnet:latest" : {},
8
+ "ghcr.io/devcontainers/features/dotnet:2" : {
9
+ "version" : " 8.0" ,
10
+ "additionalVersions" : " 9.0" ,
11
+ "workloads" : " aspire"
12
+ },
9
13
"ghcr.io/devcontainers/features/github-cli:latest" : {},
10
14
"ghcr.io/devcontainers/features/java:latest" : {
11
15
"installGradle" : true ,
Original file line number Diff line number Diff line change @@ -4,10 +4,6 @@ sudo apt-get update && \
4
4
sudo apt clean -y && \
5
5
sudo rm -rf /var/lib/apt/lists/*
6
6
7
- # # Install .NET Aspire workload
8
- sudo dotnet workload install aspire
9
- sudo dotnet workload update --from-previous-sdk
10
-
11
7
# # Install dev certs
12
8
dotnet tool update -g linux-dev-certs
13
9
dotnet linux-dev-certs install
Original file line number Diff line number Diff line change
1
+ <Project >
2
+ <Target Name =" _SetVSTestLogger" BeforeTargets =" VSTest" Condition =" '$(TrxLogFileNameSuffix)' != '' " >
3
+ <PropertyGroup >
4
+ <VSTestLogger >trx%3BLogFileName=$(AssemblyName)-$(TrxLogFileNameSuffix)-$(TargetFramework).trx</VSTestLogger >
5
+ </PropertyGroup >
6
+ </Target >
7
+ </Project >
You can’t perform that action at this time.
0 commit comments