Skip to content

Commit b829754

Browse files
committed
refs or cleanup
1 parent 452e5b7 commit b829754

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/appveyor.yml

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

0 commit comments

Comments
 (0)