Skip to content

Commit

Permalink
build script
Browse files Browse the repository at this point in the history
  • Loading branch information
aszabo314 committed Sep 23, 2024
1 parent cf2dd7d commit 11f6a02
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
32 changes: 16 additions & 16 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"version": 1,
"isRoot": true,
"tools": {
"paket": {
"version": "8.0.3",
"commands": [
"paket"
]
},
"aardpack": {
"version": "1.0.11",
"commands": [
"aardpack"
]
}
"version": 1,
"isRoot": true,
"tools": {
"paket": {
"version": "8.0.3",
"commands": [
"paket"
]
},
"aardpack": {
"version": "1.0.22",
"commands": [
"aardpack"
]
}
}
}
}
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: 'Setup NuGet Credentials'
shell: 'bash'
run: >
Expand All @@ -125,9 +125,9 @@ jobs:
shell: cmd
run: buildnative.cmd
- name: Install Dotnet
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.100'
global-json-file: global.json
- name: Restore Tools
shell: cmd
run: dotnet tool restore
Expand All @@ -153,7 +153,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Download MacOS dependencies (x64)
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 11f6a02

Please sign in to comment.