diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 5e96e36f..7a7e9bcd 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -24,13 +24,16 @@ jobs: - name: Add Packages run: | nuget install EDSEditorGUI/packages.config -OutputDirectory packages -# nuget install Tests/packages.config -OutputDirectory packages + nuget install Tests/packages.config -OutputDirectory packages - name: Build # run: make all # builds the Debug configuration - run: msbuild EDSEditorGUI /property:Configuration=Release + run: | + msbuild /property:Configuration=Release + msbuild /property:Configuration=Debug # run: dotnet build --no-restore -# - name: Test -# run: dotnet test --no-build --verbosity normal + - name: Test + run: | + dotnet test --no-build --verbosity normal - name: Upload Artifact uses: actions/upload-artifact@v3 with: diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index 77ded76c..cf64956a 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -11,7 +11,7 @@ Properties Tests Tests - v4.8 + v4.8.1 512 {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 10.0 @@ -114,11 +114,11 @@ - \ No newline at end of file