diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 431c4e928..112ff2499 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -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 diff --git a/src/D2DLib.sln b/src/D2DLib.sln index abe50915d..347f8a43c 100644 --- a/src/D2DLib.sln +++ b/src/D2DLib.sln @@ -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 diff --git a/src/D2DLibExport/D2DLibExport.csproj b/src/D2DLibExport/D2DLibExport.csproj index 8ab10c237..45ee31057 100644 --- a/src/D2DLibExport/D2DLibExport.csproj +++ b/src/D2DLibExport/D2DLibExport.csproj @@ -46,7 +46,7 @@ - + \ No newline at end of file