commit c7d230d986eec1e656dcfff2fec3996b7e07e371
parent 9c27896342b4362e2d245c914a24f3b33c125c41
Author: Mikolaj Lenczewski <mikolaj.lenczewski308@gmail.com>
Date: Wed, 10 Jun 2020 17:54:51 +0100
Merge branch 'master' of https://github.com/EnderRifter/NetSharp
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
@@ -22,6 +22,12 @@ steps:
inputs:
command: 'build'
projects: '**/*.csproj'
+ arguments: '--configuration Debug'
+
+- task: DotNetCoreCLI@2
+ inputs:
+ command: 'build'
+ projects: '**/*.csproj'
arguments: '--configuration Release'
- task: DotNetCoreCLI@2