Skip to content

Commit 85bba59

Browse files
committed
refs or cleanup
1 parent ce8e744 commit 85bba59

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
@@ -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 --solution src/NsbMsLogging.sln --configuration Release --no-build --no-restore
1212
test: off

0 commit comments

Comments
 (0)