Skip to content

Commit 8a18bdd

Browse files
committed
refs
1 parent 9f54b39 commit 8a18bdd

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

src/Tests/Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageReference Include="Verify.DiffPlex" Version="2.2.0" />
1313
<PackageReference Include="Verify.NUnit" Version="19.9.3" />
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
15-
<PackageReference Include="ProjectDefaults" Version="1.0.86" PrivateAssets="all" />
15+
<PackageReference Include="ProjectDefaults" Version="1.0.87" PrivateAssets="all" />
1616
<ProjectReference Include="..\Verify.ImageSharp\Verify.ImageSharp.csproj" />
1717

1818
<None Update="sample.*">

src/Verify.ImageSharp/Verify.ImageSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55
<ItemGroup>
66
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.3" />
7-
<PackageReference Include="ProjectDefaults" Version="1.0.86" PrivateAssets="all" />
7+
<PackageReference Include="ProjectDefaults" Version="1.0.87" PrivateAssets="all" />
88
<PackageReference Include="Verify" Version="19.9.3" />
99
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
1010
</ItemGroup>

src/appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
image: Visual Studio 2022
22
environment:
3+
DOTNET_NOLOGO: true
34
DOTNET_CLI_TELEMETRY_OPTOUT: true
45
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
56
build_script:
67
- pwsh: |
78
Invoke-WebRequest "https://dot.net/v1/dotnet-install.ps1" -OutFile "./dotnet-install.ps1"
89
./dotnet-install.ps1 -JSonFile src/global.json -Architecture x64 -InstallDir 'C:\Program Files\dotnet'
9-
- dotnet build src --configuration Release --nologo
10-
- dotnet test src --configuration Release --no-build --no-restore --nologo
10+
- dotnet build src --configuration Release
11+
- dotnet test src --configuration Release --no-build --no-restore
1112
test: off
1213
on_failure:
1314
- ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }

0 commit comments

Comments
 (0)