Skip to content

Conversation

robertlj
Copy link
Contributor

@robertlj robertlj commented Sep 6, 2020

Added new .Net Core 3 and .Net 5 build and clean tasks
Cross walk:

  • BuildD3 => "Build Debug for .Net Core 3.x"
  • BuildR3 => "Build Release for .Net Core 3.x"
  • CleanD3 => "Clean .Net Core 3.x build directory"
  • BuildD5 => "Build Debug for .Net 5.x"
  • BuildR5 => "Build Release for .Net 5.x"
  • CleanD5 => "Clean .Net Core 5.x build directory"

=============================================
build commands

dotnet msbuild build.proj -t:BuildD3 -p:Platform="Any CPU"

dotnet msbuild build.proj -t:BuildR3 -p:Platform="Any CPU"

dotnet msbuild build.proj -t:BuildD5 -p:Platform="Any CPU"

dotnet msbuild build.proj -t:BuildR5 -p:Platform="Any CPU"

Clean commands

dotnet msbuild build.proj -t:CleanD3 -p:Platform="Any CPU"

dotnet msbuild build.proj -t:CleanR3 -p:Platform="Any CPU"

dotnet msbuild build.proj -t:CleanD5 -p:Platform="Any CPU"

dotnet msbuild build.proj -t:CleanR5 -p:Platform="Any CPU"

Added new .Net Core 3 and .Net 5 build and clean tasks
Cross walk:
- BuildD3 => "Build Debug for .Net Core 3.x"
- BuildR3 => "Build Release for .Net Core 3.x"
- CleanD3 => "Clean .Net Core 3.x build directory"
- BuildD5 => "Build Debug for .Net 5.x"
- BuildR5 => "Build Release for .Net 5.x"
- CleanD5 => "Clean .Net Core 5.x build directory"

=============================================
build commands
----------------------
dotnet msbuild build.proj -t:BuildD3 -p:Platform="Any CPU"

dotnet msbuild build.proj -t:BuildR3 -p:Platform="Any CPU"

dotnet msbuild build.proj -t:BuildD5 -p:Platform="Any CPU"

dotnet msbuild build.proj -t:BuildR5 -p:Platform="Any CPU"
==============================================
Clean commands
------------------------
dotnet msbuild build.proj -t:CleanD3 -p:Platform="Any CPU"

dotnet msbuild build.proj -t:CleanR3 -p:Platform="Any CPU"

dotnet msbuild build.proj -t:CleanD5 -p:Platform="Any CPU"

dotnet msbuild build.proj -t:CleanR5 -p:Platform="Any CPU"
@dmiller dmiller merged commit 0ea6b2a into clojure:newframework Oct 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants