NetSharp

NetSharp.git
git clone git://git.lenczewski.org/NetSharp.git
Log | Files | Refs | README | LICENSE

commit 8373d49fab4f4db3bdcb34e9c5a47799031edc71
parent 0dc510180530c2a9347adf326cc8a9e4633954a8
Author: MikoĊ‚aj Lenczewski <mikolaj.lenczewski308@gmail.com>
Date:   Wed, 10 Jun 2020 16:33:34 +0100

Update azure-pipelines.yml for Azure Pipelines
Diffstat:
Mazure-pipelines.yml | 6++++++
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