aboutsummaryrefslogtreecommitdiff
path: root/Module.Taskfile.yaml
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-09-27 21:45:46 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-09-27 21:45:46 -0400
commit531baabc8289eeaa2aad63cb0e86cc3dd978d97e (patch)
tree8d62406aa4f505e9cd975cd73fb35302d2bcfea8 /Module.Taskfile.yaml
parentb1645cbdc4985d4ec72336e98c04bf207a717aee (diff)
Package updates and license file copy/nuget package 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..c33c1c6 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 /p:ErrorOnDuplicatePublishOutputFiles=false'
PACK_OUT: '{{.OUTPUT_DIR}}/{{.HEAD_SHA}}/pkg'
tasks: