Skip to content

Commit

Permalink
Run on net9 for newer cogs
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSmith committed Dec 12, 2024
1 parent 1d3c7ff commit 83c26bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install .NET 6
- name: Install .NET 9
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.x'
dotnet-version: '9.0.x'

- name: Install cogs dotnet tool
run: dotnet tool install --global --add-source https://ci.appveyor.com/nuget/cogs/ cogs
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/ci-push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install .NET 6
- name: Install .NET 9
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.x'
dotnet-version: '9.0.x'

- name: Install cogs dotnet tool
run: dotnet tool install --global --add-source https://ci.appveyor.com/nuget/cogs/ cogs
Expand Down Expand Up @@ -51,6 +51,7 @@ jobs:
xcopy ddi-lifecycle-all-outputs\json ddi-lifecycle\json /E /I
xcopy ddi-lifecycle-all-outputs\owl ddi-lifecycle\rdf /E /I
xcopy ddi-lifecycle-all-outputs\uml ddi-lifecycle\uml /E /I
xcopy ddi-lifecycle-all-outputs\dctap ddi-lifecycle\dctap /E /I
ren ddi-lifecycle ddi-lifecycle-${{env.SHORT_SHA}}
ren ddi-lifecycle-all-outputs ddi-lifecycle-all-outputs-${{env.SHORT_SHA}}
7z a -tzip "ddi-lifecycle-all-outputs-${{env.SHORT_SHA}}.zip" "ddi-lifecycle-all-outputs-${{ENV.SHORT_SHA}}\*"
Expand Down

0 comments on commit 83c26bb

Please sign in to comment.