Skip to content

Commit 77b9d42

Browse files
author
Guy Fankam
committed
Remove duplicate code, fix paths in workflow
1 parent 0e94911 commit 77b9d42

200 files changed

Lines changed: 2 additions & 39276 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/create_github_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
New-Item -Path "$outputFolderPath" -ItemType "Directory"
4747
4848
Write-Information "Publishing application..."
49-
$sourcePath = Join-Path "${{ github.workspace }}" "tools" "code" "extractor" "extractor.csproj"
49+
$sourcePath = Join-Path "${{ github.workspace }}" "src" "extractor" "extractor.csproj"
5050
& dotnet publish "$sourcePath" --self-contained --runtime "${{ matrix.dotnet-runtime }}" -p:PublishSingleFile=true --output "$outputFolderPath"
5151
if ($LASTEXITCODE -ne 0) { throw "Generating extractor failed."}
5252
@@ -102,7 +102,7 @@ jobs:
102102
New-Item -Path "$outputFolderPath" -ItemType "Directory"
103103
104104
Write-Information "Publishing application..."
105-
$sourcePath = Join-Path "${{ github.workspace }}" "tools" "code" "publisher" "publisher.csproj"
105+
$sourcePath = Join-Path "${{ github.workspace }}" "src" "publisher" "publisher.csproj"
106106
& dotnet publish "$sourcePath" --self-contained --runtime "${{ matrix.dotnet-runtime }}" -p:PublishSingleFile=true --output "$outputFolderPath"
107107
if ($LASTEXITCODE -ne 0) { throw "Generating publisher failed."}
108108

tools/code/.editorconfig

Lines changed: 0 additions & 42 deletions
This file was deleted.

tools/code/.env.extractor.template

Lines changed: 0 additions & 9 deletions
This file was deleted.

tools/code/.env.publisher.template

Lines changed: 0 additions & 9 deletions
This file was deleted.

tools/code/aspire/Program.cs

Lines changed: 0 additions & 14 deletions
This file was deleted.

tools/code/aspire/Properties/launchSettings.json

Lines changed: 0 additions & 31 deletions
This file was deleted.

tools/code/aspire/appsettings.Development.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

tools/code/aspire/aspire.csproj

Lines changed: 0 additions & 23 deletions
This file was deleted.

tools/code/code.sln

Lines changed: 0 additions & 55 deletions
This file was deleted.

tools/code/common.tests/Api.cs

Lines changed: 0 additions & 142 deletions
This file was deleted.

0 commit comments

Comments
 (0)