We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f37277a commit 27e7e4dCopy full SHA for 27e7e4d
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Build
34
run: |
35
dotnet restore
36
- dotnet build --configuration Release --nologo
+ dotnet build --configuration Release --nologo --property:OutputPath=bin/
37
env:
38
DOTNET_CLI_TELEMETRY_OUTPUT: true
39
BDTHPlugin/BDTHPlugin.csproj
@@ -7,7 +7,6 @@
7
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
8
<PreserveCompilationContext>false</PreserveCompilationContext>
9
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
10
- <OutputPath>bin/</OutputPath>
11
</PropertyGroup>
12
13
<ItemGroup>
0 commit comments