Skip to content

Commit 27e7e4d

Browse files
committed
test
1 parent f37277a commit 27e7e4d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Build
3434
run: |
3535
dotnet restore
36-
dotnet build --configuration Release --nologo
36+
dotnet build --configuration Release --nologo --property:OutputPath=bin/
3737
env:
3838
DOTNET_CLI_TELEMETRY_OUTPUT: true
3939

BDTHPlugin/BDTHPlugin.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
88
<PreserveCompilationContext>false</PreserveCompilationContext>
99
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
10-
<OutputPath>bin/</OutputPath>
1110
</PropertyGroup>
1211

1312
<ItemGroup>

0 commit comments

Comments
 (0)