Skip to content

Commit

Permalink
Update rtbworkflow.yml to change .net versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansligh-nimbus authored Sep 18, 2024
1 parent b51625b commit 1e2bb02
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/rtbworkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
- 'com.adsbynimbus.nimbus/Runtime/Plugins/**'
- '.github/workflows/rtbworkflow*'


jobs:
tests:
name: Running CSharp Tests
Expand All @@ -22,6 +21,18 @@ jobs:

- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
3.1.x
5.0.x
6.0.x
- uses: actions/cache@v4
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.config') }}
restore-keys: |
${{ runner.os }}-nuget
- name: Install dependencies
run: nuget restore
Expand Down

0 comments on commit 1e2bb02

Please sign in to comment.