NetSharp

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

commit fac1727fc424be88fd2a89e8baf07d7a71babaa6
parent b471e8e8776f10ddb8273c0a8b63bdbb6bb7bde6
Author: MikoĊ‚aj Lenczewski <mikolaj.lenczewski308@gmail.com>
Date:   Wed, 10 Jun 2020 16:06:52 +0100

Update azure-pipelines.yml for Azure Pipelines
Diffstat:
Mazure-pipelines.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/azure-pipelines.yml b/azure-pipelines.yml @@ -32,7 +32,7 @@ steps: - task: DotNetCoreCLI@2 inputs: command: 'pack' - packagesToPack: '**/*.csproj' + packagesToPack: '**/NetSharp.csproj' includesymbols: true includesource: true versioningScheme: 'byPrereleaseNumber'