From 531baabc8289eeaa2aad63cb0e86cc3dd978d97e Mon Sep 17 00:00:00 2001 From: vnugent Date: Wed, 27 Sep 2023 21:45:46 -0400 Subject: Package updates and license file copy/nuget package updates --- Module.Taskfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Module.Taskfile.yaml') 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: -- cgit