Skip to content

Commit

Permalink
try to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jingwood committed Nov 2, 2024
1 parent 8d065dd commit 7ae3537
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:

- run: msbuild /p:Platform=${{ matrix.platform }} src/d2dlib/D2DLib.vcxproj
- run: dotnet restore /p:Platform=${{ matrix.platform }} src/D2DLib.sln
- run: dotnet build -c $env:CONFIGURATION /p:Platform=${{ matrix.platform }} src/D2DLibExport/D2DLibExport.csproj
- run: dotnet build -c $env:CONFIGURATION /p:Platform=${{ matrix.platform }} src/D2DWinForm/D2DWinForm.csproj
- run: dotnet build -c $env:CONFIGURATION /p:GenerateResourceUsePreserializedResources=true /p:Platform=${{ matrix.platform }} src/Examples/Examples.csproj
- run: dotnet build -c $env:CONFIGURATION --no-dependencies /p:Platform=${{ matrix.platform }} src/D2DLibExport/D2DLibExport.csproj
- run: dotnet build -c $env:CONFIGURATION --no-dependencies /p:Platform=${{ matrix.platform }} src/D2DWinForm/D2DWinForm.csproj
- run: dotnet build -c $env:CONFIGURATION --no-dependencies /p:GenerateResourceUsePreserializedResources=true /p:Platform=${{ matrix.platform }} src/Examples/Examples.csproj
1 change: 1 addition & 0 deletions src/D2DLib.sln
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
..\.editorconfig = ..\.editorconfig
..\.gitignore = ..\.gitignore
..\.github\workflows\CI.yaml = ..\.github\workflows\CI.yaml
d2dlib.snk = d2dlib.snk
Directory.Build.props = Directory.Build.props
..\INSTALL.md = ..\INSTALL.md
Expand Down
2 changes: 1 addition & 1 deletion src/D2DLibExport/D2DLibExport.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</ItemGroup>

<ItemGroup>
<!--<ProjectReference Include="..\d2dlib\d2dlib.vcxproj" />-->
<ProjectReference Include="..\d2dlib\d2dlib.vcxproj" />
</ItemGroup>

</Project>

0 comments on commit 7ae3537

Please sign in to comment.