aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-09-27 21:34:30 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-09-27 21:34:30 -0400
commita56204f80bb47c7bf65b6c7f30361046c241250f (patch)
treebaecf1fe18a433ec0bdf664a2b468722030b2b38
parentee6f8eb955a2b9656b91d28a8edfd959841729a6 (diff)
Supress license copy error for build
-rw-r--r--Module.Taskfile.yaml2
-rw-r--r--vnlib.core.build.sln3
2 files changed, 4 insertions, 1 deletions
diff --git a/Module.Taskfile.yaml b/Module.Taskfile.yaml
index 256e308..660b8e1 100644
--- a/Module.Taskfile.yaml
+++ b/Module.Taskfile.yaml
@@ -12,7 +12,7 @@ version: '3'
vars:
INT_DIR: '{{.SCRATCH_DIR}}/obj/{{.MODULE_NAME}}/'
- MS_ARGS: '/p:RunAnalyzersDuringBuild=false /p:IntermediateOutputPath="{{.INT_DIR}}" /p:UseCommonOutputDirectory=true /p:BuildInParallel=true /p:MultiProcessorCompilation=true'
+ MS_ARGS: '/p:RunAnalyzersDuringBuild=false /p:IntermediateOutputPath="{{.INT_DIR}}" /p:UseCommonOutputDirectory=true /p:BuildInParallel=true /p:MultiProcessorCompilation=true /p:ErrorOnDuplicatePublishOutputFiles=false'
PACK_OUT: '{{.OUTPUT_DIR}}/{{.HEAD_SHA}}/pkg'
tasks:
diff --git a/vnlib.core.build.sln b/vnlib.core.build.sln
index 9af7292..74d26ca 100644
--- a/vnlib.core.build.sln
+++ b/vnlib.core.build.sln
@@ -27,10 +27,13 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VNLib.Plugins.PluginBase",
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7E900836-E8C1-468E-899A-8FC82526F246}"
ProjectSection(SolutionItems) = preProject
+ .editorconfig = .editorconfig
.gitignore = .gitignore
.onedev-buildspec.yml = .onedev-buildspec.yml
GitVersion.yml = GitVersion.yml
+ Module.Taskfile.yaml = Module.Taskfile.yaml
README.md = README.md
+ Taskfile.yaml = Taskfile.yaml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Compression", "Compression", "{A7EC3CF5-76B0-4235-AE9F-05409E3308B9}"