We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 217b2b4 commit 05d5450Copy full SHA for 05d5450
.github/workflows/dotnet.yml
@@ -272,7 +272,6 @@ jobs:
272
options: -v ${{ github.workspace }}:/workspace
273
run: |
274
curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel 3.1 --install-dir /usr/share/dotnet
275
- source /usr/share/dotnet/dotnet.complete.sh
276
cd /workspace/tests/nuget_package
277
/usr/share/dotnet/dotnet add nuget_package.csproj package ${{ env.NUGET_NAME }} --version ${{ needs.pack.outputs.NUGET_VERSION }}
278
/usr/share/dotnet/dotnet run
0 commit comments