Skip to content

Commit dab01d4

Browse files
committed
refs and cleanup
1 parent 843a436 commit dab01d4

4 files changed

Lines changed: 4 additions & 15 deletions

File tree

.github/workflows/merge-dependabot.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/on-push-do-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ jobs:
66
runs-on: windows-latest
77
steps:
88
- uses: actions/checkout@v4
9+
- uses: actions/setup-dotnet@v4
10+
with:
11+
global-json-file: global.json
912
- name: Run MarkdownSnippets
1013
run: |
1114
dotnet tool install --global MarkdownSnippets.Tool
File renamed without changes.

src/appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ environment:
66
build_script:
77
- pwsh: |
88
Invoke-WebRequest "https://dot.net/v1/dotnet-install.ps1" -OutFile "./dotnet-install.ps1"
9-
./dotnet-install.ps1 -JSonFile src/global.json -Architecture x64 -InstallDir 'C:\Program Files\dotnet'
9+
./dotnet-install.ps1 -JSonFile global.json -Architecture x64 -InstallDir 'C:\Program Files\dotnet'
1010
- dotnet build src --configuration Release
1111
- dotnet test src --configuration Release --no-build --no-restore --filter Category!=Integration
1212
test: off

0 commit comments

Comments
 (0)