diff --git a/.github/workflows/build-test-deploy.yml b/.github/workflows/build-test-deploy.yml index 3ab588b8..990e9a56 100644 --- a/.github/workflows/build-test-deploy.yml +++ b/.github/workflows/build-test-deploy.yml @@ -30,13 +30,13 @@ jobs: run: git fetch --prune --unshallow - name: "Install GitVersion" - uses: gittools/actions/gitversion/setup@v0.9.2 + uses: gittools/actions/gitversion/setup@v0.9.3 with: versionSpec: '5.2.x' - name: "Use GitVersion" id: gitversion # step id used as reference for output values - uses: gittools/actions/gitversion/execute@v0.9.2 + uses: gittools/actions/gitversion/execute@v0.9.3 - run: | echo "Major: ${{ steps.gitversion.outputs.major }}" @@ -83,7 +83,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-latest] + os: [windows-latest, macos-latest, ubuntu-latest] steps: @@ -123,9 +123,6 @@ jobs: - name: "Install dependencies" run: dotnet restore '${{ env.SOLUTION_PATH }}' --verbosity quiet - - name: "HACK: Build the Pipeline project first to avoid build errors." - run: dotnet build ./Source/MonoGame.Extended.Content.Pipeline/MonoGame.Extended.Content.Pipeline.csproj - - name: "Build solution" run: dotnet build '${{ env.SOLUTION_PATH }}' --nologo --verbosity minimal --configuration Release --no-restore /p:Version=${{ steps.version.outputs.nuGetVersion }} @@ -133,9 +130,11 @@ jobs: run: dotnet test '${{ env.SOLUTION_PATH }}' --nologo --verbosity normal --configuration Release --no-build - name: "Pack solution" + if: matrix.os == 'ubuntu-latest' run: dotnet pack '${{ env.SOLUTION_PATH }}' --nologo --output './nuget-packages' --verbosity minimal --configuration Release --no-build -p:PackageVersion=${{ steps.version.outputs.nuGetVersion }} - name: 'Upload packed artifacts' + if: matrix.os == 'ubuntu-latest' uses: actions/upload-artifact@v2 with: name: nuget-packages diff --git a/Source/Demos/Gui/.config/dotnet-tools.json b/Source/Demos/Gui/.config/dotnet-tools.json deleted file mode 100644 index c429d1a6..00000000 --- a/Source/Demos/Gui/.config/dotnet-tools.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "version": 1, - "isRoot": true, - "tools": { - "dotnet-mgcb": { - "version": "3.8.0.1375-develop", - "commands": [ - "mgcb" - ] - } - } -} \ No newline at end of file diff --git a/Source/Demos/Gui/Content/Content.mgcb b/Source/Demos/Gui/Content/Content.mgcb deleted file mode 100644 index d31243f7..00000000 --- a/Source/Demos/Gui/Content/Content.mgcb +++ /dev/null @@ -1,33 +0,0 @@ - -#----------------------------- Global Properties ----------------------------# - -/outputDir:bin/$(Platform) -/intermediateDir:obj/$(Platform) -/platform:DesktopGL -/config: -/profile:Reach -/compress:False - -#-------------------------------- References --------------------------------# - -/reference:..\..\..\MonoGame.Extended.Content.Pipeline\bin\netcoreapp3.1\MonoGame.Extended.Content.Pipeline.dll - -#---------------------------------- Content ---------------------------------# - -#begin Sensation.fnt -/importer:BitmapFontImporter -/processor:BitmapFontProcessor -/build:Sensation.fnt - -#begin Sensation_0.png -/importer:TextureImporter -/processor:TextureProcessor -/processorParam:ColorKeyColor=255,0,255,255 -/processorParam:ColorKeyEnabled=True -/processorParam:GenerateMipmaps=False -/processorParam:PremultiplyAlpha=True -/processorParam:ResizeToPowerOfTwo=False -/processorParam:MakeSquare=False -/processorParam:TextureFormat=Color -/build:Sensation_0.png - diff --git a/Source/Demos/Gui/Content/Sensation.fnt b/Source/Demos/Gui/Content/Sensation.fnt deleted file mode 100644 index 47145d09..00000000 --- a/Source/Demos/Gui/Content/Sensation.fnt +++ /dev/null @@ -1,461 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Source/Demos/Gui/Content/Sensation_0.png b/Source/Demos/Gui/Content/Sensation_0.png deleted file mode 100644 index 3d76fb67..00000000 Binary files a/Source/Demos/Gui/Content/Sensation_0.png and /dev/null differ diff --git a/Source/Demos/Gui/Features/MainWindow.mgeml b/Source/Demos/Gui/Features/MainWindow.mgeml deleted file mode 100644 index 720fed59..00000000 --- a/Source/Demos/Gui/Features/MainWindow.mgeml +++ /dev/null @@ -1,18 +0,0 @@ - - - -