Prexonite, a .NET hosted scripting language with a focus on meta-programming and embedded DSLs
0

Configure Feed

Select the types of activity you want to include in your feed.

Upgrade dotnet sdk task

authored by

Christian Klauser and committed by
Christian Klauser
(Dec 11, 2023, 10:42 PM +0100) fb33320e d1a63bf1

+4 -7
+3 -4
.github/workflows/PrxCi.yml
··· 35 35 steps: 36 36 - uses: actions/checkout@v2 37 37 - name: Setup .NET SDK 38 - uses: actions/setup-dotnet@v1.7.2 38 + uses: actions/setup-dotnet@v4.0.0 39 + with: 40 + source-url: 'https://nuget.pkg.github.com/chklauser/index.json' 39 41 env: 40 42 NUGET_AUTH_TOKEN: '${{secrets.GITHUB_TOKEN}}' 41 - with: 42 - dotnet-version: '8.0.x' 43 - source-url: 'https://nuget.pkg.github.com/chklauser/index.json' 44 43 - uses: actions/cache@v2 45 44 with: 46 45 path: ~/.nuget/packages
+1 -3
.github/workflows/PrxRelease.yml
··· 41 41 shell: bash 42 42 - uses: actions/checkout@v2 43 43 - name: Setup .NET SDK 44 - uses: actions/setup-dotnet@v2 44 + uses: actions/setup-dotnet@v4.0.0 45 45 with: 46 - dotnet-version: | 47 - 8.0.x 48 46 source-url: 'https://nuget.pkg.github.com/chklauser/index.json' 49 47 env: 50 48 # Use a personal access token (publishing with the GITHUB_TOKEN is somehow not possible)