Skip to content

Commit 375dc12

Browse files
author
aligneddev
committed
openssh dotnet tool restore
1 parent 4b646d7 commit 375dc12

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.aspire/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"appHostPath": "..\\src\\BikeTracking.AppHost\\BikeTracking.AppHost.csproj"
2+
"appHostPath": "../src/BikeTracking.AppHost/BikeTracking.AppHost.csproj"
33
}

.devcontainer/devcontainer.Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ RUN if dotnet --list-sdks | grep -q "^${REQUIRED_DOTNET_SDK_VERSION}"; then \
1717
fi
1818

1919
# Install required CLI tools once at image build time.
20-
RUN mkdir -p /usr/local/share/dotnet-tools && \
21-
dotnet tool install csharpier --tool-path /usr/local/share/dotnet-tools
20+
RUN dotnet tool restore
2221

2322
RUN curl -fsSL https://aspire.dev/install.sh | bash
2423

0 commit comments

Comments
 (0)