File tree Expand file tree Collapse file tree 4 files changed +20
-5
lines changed
samples/DrawingBackendBenchmark Expand file tree Collapse file tree 4 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "solution": {
3+ "path": "ImageSharp.Drawing.sln",
4+ "projects": [
5+ "src\\ImageSharp.Drawing.WebGPU.ShaderGen\\ImageSharp.Drawing.WebGPU.ShaderGen.csproj",
6+ "src\\ImageSharp.Drawing.WebGPU\\ImageSharp.Drawing.WebGPU.csproj",
7+ "src\\ImageSharp.Drawing\\ImageSharp.Drawing.csproj",
8+ "tests\\ImageSharp.Drawing.Tests\\ImageSharp.Drawing.Tests.csproj"
9+ ]
10+ }
11+ }
Original file line number Diff line number Diff line change 33 [string ]$targetFramework
44)
55
6- dotnet clean - c Release
6+ $solution = Join-Path $PSScriptRoot " ImageSharp.Drawing.CI.slnf"
7+
8+ dotnet clean $solution - c Release
79
810$repositoryUrl = " https://github.com/$env: GITHUB_REPOSITORY "
911
1012# Building for a specific framework.
11- dotnet build - c Release -f $targetFramework / p:RepositoryUrl= $repositoryUrl
13+ dotnet build $solution - c Release -f $targetFramework / p:RepositoryUrl= $repositoryUrl
Original file line number Diff line number Diff line change 1- dotnet clean - c Release
1+ $solution = Join-Path $PSScriptRoot " ImageSharp.Drawing.CI.slnf"
2+
3+ dotnet clean $solution - c Release
24
35$repositoryUrl = " https://github.com/$env: GITHUB_REPOSITORY "
46
57# Building for packing and publishing.
6- dotnet pack - c Release -- output " $PSScriptRoot /artifacts" / p:RepositoryUrl= $repositoryUrl
8+ dotnet pack $solution - c Release -- output " $PSScriptRoot /artifacts" / p:RepositoryUrl= $repositoryUrl
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" TreatAsLocalProperty = " TargetFramework;TargetFrameworks " >
22 <PropertyGroup >
33 <TargetFramework >net8.0-windows</TargetFramework >
44 <OutputType >WinExe</OutputType >
You can’t perform that action at this time.
0 commit comments