Skip to content

Commit

Permalink
Update SnippetExtractorTests.AppendUrlAsSnippet.verified.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Dec 8, 2022
1 parent 9e38791 commit 5a65b8a
Showing 1 changed file with 16 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,32 @@
Key: appveyor.yml,
Language: yml,
Value:
image: Visual Studio 2022
image:
- Visual Studio 2022
- macOS
environment:
DOTNET_CLI_TELEMETRY_OPTOUT: true
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
build_script:
- pwsh: |
Invoke-WebRequest "https://dot.net/v1/dotnet-install.ps1" -OutFile "./dotnet-install.ps1"
./dotnet-install.ps1 -JSonFile src/global.json -Architecture x64 -InstallDir 'C:/Program Files/dotnet'
if ($isWindows) {
Invoke-WebRequest "https://dot.net/v1/dotnet-install.ps1" -OutFile "./dotnet-install.ps1"
./dotnet-install.ps1 -JSonFile src/global.json -Architecture x64 -InstallDir 'C:/Program Files/dotnet'
}
else {
Invoke-WebRequest "https://dot.net/v1/dotnet-install.sh" -OutFile "./dotnet-install.sh"
sudo chmod u+x dotnet-install.sh
sudo ./dotnet-install.sh --jsonfile src/global.json --architecture x64 --install-dir '/usr/local/share/dotnet'
}
- dotnet build src --configuration Release --nologo
- dotnet test src --configuration Release --no-build --no-restore --nologo
test: off
artifacts:
- path: nugets/*.nupkg
on_failure:
- ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name },
- ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
artifacts:
- path: nugets/*.nupkg,
Error: ,
FileLocation: https://raw.githubusercontent.com/SimonCropp/MarkdownSnippets/master/src/appveyor.yml(1-15),
FileLocation: https://raw.githubusercontent.com/SimonCropp/MarkdownSnippets/master/src/appveyor.yml(1-24),
IsInError: false
}
]

0 comments on commit 5a65b8a

Please sign in to comment.