Skip to content

Commit 9e4e845

Browse files
committed
refs and cleanup
1 parent 5156863 commit 9e4e845

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
@@ -7,7 +7,7 @@ build_script:
77
- pwsh: |
88
choco install pandoc
99
Invoke-WebRequest "https://dot.net/v1/dotnet-install.ps1" -OutFile "./dotnet-install.ps1"
10-
./dotnet-install.ps1 -JSonFile src/global.json -Architecture x64 -InstallDir 'C:\Program Files\dotnet'
10+
./dotnet-install.ps1 -JSonFile global.json -Architecture x64 -InstallDir 'C:\Program Files\dotnet'
1111
- dotnet build src --configuration Release
1212
- dotnet test src --configuration Release --no-build --no-restore
1313
test: off

0 commit comments

Comments
 (0)