File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ task compile -depends clean {
4545 # restore all project references (creating project.assets.json for each project)
4646 exec { dotnet restore $base_dir \AutoMapper.Collection.sln / nologo }
4747
48- exec { dotnet build $base_dir \AutoMapper.Collection.sln - c $config $buildParam / nologo -- no- restore }
48+ exec { dotnet build $base_dir \AutoMapper.Collection.sln - c $config $buildParam -- no- restore / nologo }
4949
50- exec { dotnet pack $base_dir \AutoMapper.Collection.sln - c $config -- include- symbols -- no- build -- no- restore -- output $artifacts_dir $packageParam / nologo}
50+ exec { dotnet pack $base_dir \AutoMapper.Collection.sln - c $config -- include- symbols -- no- build -- no- restore -- output $artifacts_dir $packageParam / nologo }
5151}
5252
5353task test {
You can’t perform that action at this time.
0 commit comments