Commit 0953bd6 1 parent 5a7fbc8 commit 0953bd6 Copy full SHA for 0953bd6
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ install:
20
20
- ps : Invoke-WebRequest -Uri "https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.ps1" -OutFile "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1"
21
21
# .NET 5 required for Codecov.Tool
22
22
- ps : ' & "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 5.0.408 -InstallDir $env:DOTNET_INSTALL_DIR'
23
- - ps : ' & "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 8.0.405 -InstallDir $env:DOTNET_INSTALL_DIR'
24
- - ps : ' & "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 9.0.102 -InstallDir $env:DOTNET_INSTALL_DIR'
23
+ - ps : ' & "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 8.0.406 -InstallDir $env:DOTNET_INSTALL_DIR'
24
+ - ps : ' & "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 9.0.200 -InstallDir $env:DOTNET_INSTALL_DIR'
25
25
- ps : $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
26
26
- ps : dotnet --info
27
27
Original file line number Diff line number Diff line change 1
- FROM mcr.microsoft.com/dotnet/sdk:8.0.405 -bookworm-slim@sha256:20767713e03a4a0d1bcd09d8a8606e8b6cfb815ddf96e1a0cf2cc059b57d55c0
1
+ FROM mcr.microsoft.com/dotnet/sdk:8.0.406 -bookworm-slim@sha256:a617978b6c483cf585feefa648b0d9d53c783b0cbeab59b0c06a2d807b64c4f0
2
2
3
3
RUN wget https://aka.ms/getvsdbgsh && \
4
4
sh getvsdbgsh -v latest -l /vsdbg
Original file line number Diff line number Diff line change 1
- FROM mcr.microsoft.com/dotnet/sdk:9.0.102 -bookworm-slim@sha256:6894a71619e08b47ef9df7ff1f436b21d21db160e5d864e180c294a53d7a12f2
1
+ FROM mcr.microsoft.com/dotnet/sdk:9.0.200 -bookworm-slim@sha256:7f8e8b1514a2eeccb025f1e9dd554e191b21afa7f43f8321b7bd2009cdd59a1d
2
2
3
3
RUN wget https://aka.ms/getvsdbgsh && \
4
4
sh getvsdbgsh -v latest -l /vsdbg
You can’t perform that action at this time.
0 commit comments