aboutsummaryrefslogtreecommitdiff
path: root/Module.Taskfile.yaml
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-09-27 22:42:39 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-09-27 22:42:39 -0400
commitb7ce7b48168d56931cae337bf1268b067edb7dce (patch)
tree3ef06b5b4ea7c2a533afc0838f35a72457f46ebc /Module.Taskfile.yaml
parent3b99863c2bf3e6eabaf8df31c3edf46e11fd82b8 (diff)
package and license file updates
Diffstat (limited to 'Module.Taskfile.yaml')
-rw-r--r--Module.Taskfile.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Module.Taskfile.yaml b/Module.Taskfile.yaml
index f5af56c..68faacb 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: