Skip to content

Commit

Permalink
chore: remove linux from appveyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
coder2000 committed Jul 2, 2024
1 parent 5354d1d commit ce7b694
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# ------------------------------------------------------------------------------

image:
- Ubuntu
- Visual Studio 2022

skip_tags: true
Expand Down
1 change: 0 additions & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
EnableGitHubToken = true,
FetchDepth = 0)]
[AppVeyor(
AppVeyorImage.UbuntuLatest,
AppVeyorImage.VisualStudioLatest,
InvokedTargets = [nameof(Test), nameof(SonarEnd)],
SkipTags = true,
Expand Down
9 changes: 8 additions & 1 deletion src/Ubiety.Stringprep.Core/Ubiety.Stringprep.Core.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ce7b694

Please sign in to comment.