Skip to content

Commit

Permalink
Tweaked CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianeicher committed Jan 4, 2024
1 parent eebcc55 commit 180793d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ image:
- Visual Studio 2022
- Ubuntu2004

environment:
IGNORE_NORMALISATION_GIT_HEAD_MOVE: '1'
DOTNET_NOLOGO: '1'

for:
- matrix:
only:
Expand Down Expand Up @@ -53,11 +57,6 @@ for:
only:
- image: Ubuntu2004

environment:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: '1'
DOTNET_NOLOGO: '1'
IGNORE_NORMALISATION_GIT_HEAD_MOVE: '1'

cache:
- '$HOME/.nuget/packages -> **/*.csproj,**/*.targets,**/*.props'

Expand Down

0 comments on commit 180793d

Please sign in to comment.