File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2020 uses :
devcontainers/[email protected] 2121 with :
2222 runCmd : |
23- dotnet cake --target Pack-DotNetTool --version ${{ inputs.version }}
23+ dotnet cake --target Pack-DotNetTool --package- version ${{ inputs.version }}
2424
2525 - name : Publish to NuGet (optional)
2626 run : dotnet nuget push ./artifacts/nupkgs/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
Original file line number Diff line number Diff line change 22FROM mcr.microsoft.com/dotnet/sdk:10.0.100 AS build
33WORKDIR /src
44
5+ COPY Directory.Build.props ./
6+
57# Copy project file and restore dependencies (better layer caching)
68COPY src/BuslyCLI.Console/BuslyCLI.Console.csproj ./BuslyCLI.Console/
79RUN dotnet restore "BuslyCLI.Console/BuslyCLI.Console.csproj" \
You can’t perform that action at this time.
0 commit comments