diff --git a/.github/workflows/dotnet-build.yml b/.github/workflows/dotnet-build.yml index 244d700..79305ac 100644 --- a/.github/workflows/dotnet-build.yml +++ b/.github/workflows/dotnet-build.yml @@ -14,25 +14,16 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: Checkout ClassIsland SDK source - uses: actions/checkout@v4 - with: - repository: ClassIsland/ClassIsland - ref: develop/v2/misha-alpha - path: ClassIsland - # ClassIsland derives AssemblyVersion from git tags via git describe. - fetch-depth: 0 - - name: Setup .NET 10 uses: actions/setup-dotnet@v4 with: dotnet-version: '10.0.x' - name: Restore dependencies - run: dotnet restore -p:UseLocalClassIslandSdk=true -p:ClassIslandSourceRoot="${{ github.workspace }}/ClassIsland" + run: dotnet restore - name: Build CIPX - run: dotnet publish -p:CreateCipx=true -p:UseLocalClassIslandSdk=true -p:ClassIslandSourceRoot="${{ github.workspace }}/ClassIsland" --configuration Release --no-restore + run: dotnet publish -p:CreateCipx=true --configuration Release --no-restore - name: Upload artifacts uses: actions/upload-artifact@v4 diff --git a/SystemTools.csproj b/SystemTools.csproj index ae443ae..255c795 100644 --- a/SystemTools.csproj +++ b/SystemTools.csproj @@ -5,15 +5,7 @@ latest true x64 - true true - E:\ClassIsland-git-misha - true - false - 2.1.1.1 - D:\PowerShell-7.7.0-preview.4-win-x64\pwsh.exe - C:\Program Files\PowerShell\7\pwsh.exe - C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe @@ -37,10 +29,7 @@ - - runtime;native - + @@ -71,29 +60,6 @@ - - - - - - - - - - - $([System.String]::Copy('$([System.IO.Path]::GetFullPath('$(OutDir)'))').TrimEnd([char]92)) - - - - - Always @@ -156,19 +122,4 @@ - - - true - false - CreateCipx - - - - - - - "$(ClassIslandPowerShellExecutable)" - - diff --git a/Themes/ClassWidgets/ClassWidgetsCard.axaml b/Themes/ClassWidgets/ClassWidgetsCard.axaml index b72fa0a..da19408 100644 --- a/Themes/ClassWidgets/ClassWidgetsCard.axaml +++ b/Themes/ClassWidgets/ClassWidgetsCard.axaml @@ -87,7 +87,7 @@ by MainWindowLine/ComponentPresenter in the host theme. Keep the original CW2 frame for solid backgrounds; the host material frame replaces it when native material is enabled. --> - - + -->