Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/yatima1460/Drill
Browse files Browse the repository at this point in the history
  • Loading branch information
yatima1460 committed Apr 26, 2024
2 parents d69df43 + 08183ce commit 4d3a4e3
Show file tree
Hide file tree
Showing 34 changed files with 5 additions and 74 deletions.
23 changes: 4 additions & 19 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,27 +27,12 @@ jobs:
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v2

- name: Build CLI
run: dotnet publish --maxCpuCount /p:DebugType=None /p:DebugSymbols=false --self-contained --configuration Release --runtime win-x64 -f net8.0 -p:WindowsPackageType=None .\CLI\CLI.csproj
- name: Build
run: dotnet publish --maxCpuCount -f net8.0-windows10.0.19041.0 -c Release -p:RuntimeIdentifierOverride=win10-x64 -p:WindowsPackageType=None .\Drill\Drill.csproj

- name: Test CLI
run: DrillCLI.exe "drill"
shell: cmd
working-directory: CLI\bin\Release\net8.0\win-x64\publish

- name: Upload CLI
uses: actions/upload-artifact@v4
with:
name: DrillCLI_win-x64
path: CLI\bin\Release\net8.0\win-x64\publish
if-no-files-found: error

- name: Build UI
run: dotnet publish --maxCpuCount -f net8.0-windows10.0.19041.0 -c Release -p:RuntimeIdentifierOverride=win10-x64 -p:WindowsPackageType=None .\UI\UI.csproj

- name: Upload UI
- name: Upload
uses: actions/upload-artifact@v4
with:
name: Drill_win10-x64
path: UI\bin\Release\net8.0-windows10.0.19041.0\win10-x64\publish
path: Drill\bin\Release\net8.0-windows10.0.19041.0\win10-x64\publish
if-no-files-found: error
12 changes: 0 additions & 12 deletions CLI/CLI.csproj

This file was deleted.

9 changes: 0 additions & 9 deletions CLI/Program.cs

This file was deleted.

10 changes: 0 additions & 10 deletions Core/Core.csproj

This file was deleted.

24 changes: 1 addition & 23 deletions Drill.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,12 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UI", "UI\UI.csproj", "{26E82371-EBDD-4829-81AE-AA13D272048E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CLI", "CLI\CLI.csproj", "{838E0C3A-DD62-4EB1-A85E-388F3CB36BE0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "Core\Core.csproj", "{26C909B8-6895-447B-B94C-FD43DB8C972F}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Drill", "Drill\Drill.csproj", "{26E82371-EBDD-4829-81AE-AA13D272048E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{26E82371-EBDD-4829-81AE-AA13D272048E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
Expand All @@ -29,22 +23,6 @@ Global
{26E82371-EBDD-4829-81AE-AA13D272048E}.Release|x64.ActiveCfg = Release|Any CPU
{26E82371-EBDD-4829-81AE-AA13D272048E}.Release|x64.Build.0 = Release|Any CPU
{26E82371-EBDD-4829-81AE-AA13D272048E}.Release|x64.Deploy.0 = Release|Any CPU
{838E0C3A-DD62-4EB1-A85E-388F3CB36BE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{838E0C3A-DD62-4EB1-A85E-388F3CB36BE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{838E0C3A-DD62-4EB1-A85E-388F3CB36BE0}.Debug|x64.ActiveCfg = Debug|x64
{838E0C3A-DD62-4EB1-A85E-388F3CB36BE0}.Debug|x64.Build.0 = Debug|x64
{838E0C3A-DD62-4EB1-A85E-388F3CB36BE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{838E0C3A-DD62-4EB1-A85E-388F3CB36BE0}.Release|Any CPU.Build.0 = Release|Any CPU
{838E0C3A-DD62-4EB1-A85E-388F3CB36BE0}.Release|x64.ActiveCfg = Release|x64
{838E0C3A-DD62-4EB1-A85E-388F3CB36BE0}.Release|x64.Build.0 = Release|x64
{26C909B8-6895-447B-B94C-FD43DB8C972F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26C909B8-6895-447B-B94C-FD43DB8C972F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26C909B8-6895-447B-B94C-FD43DB8C972F}.Debug|x64.ActiveCfg = Debug|x64
{26C909B8-6895-447B-B94C-FD43DB8C972F}.Debug|x64.Build.0 = Debug|x64
{26C909B8-6895-447B-B94C-FD43DB8C972F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26C909B8-6895-447B-B94C-FD43DB8C972F}.Release|Any CPU.Build.0 = Release|Any CPU
{26C909B8-6895-447B-B94C-FD43DB8C972F}.Release|x64.ActiveCfg = Release|x64
{26C909B8-6895-447B-B94C-FD43DB8C972F}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion UI/UI.csproj → Drill/Drill.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="../Core/Core.csproj" />
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.

0 comments on commit 4d3a4e3

Please sign in to comment.