Skip to content

Commit

Permalink
raise version 3.8.2-test4
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeltran1306 committed May 24, 2019
1 parent 470bc51 commit e0f020b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ stages:
inputs:
command: 'build'
projects: 'src/efferent-native.csproj'
arguments: '--configuration Release'
configuration: 'Release'
arguments: '--configuration Debug'
configuration: 'Debug'
feedsToUse: 'select'
versioningScheme: 'off'
- script: |
Expand All @@ -67,7 +67,7 @@ stages:
- task: PublishBuildArtifacts@1
displayName: Publish managed artifacts
inputs:
PathtoPublish: 'src/bin/Release/netstandard2.0'
PathtoPublish: 'src/bin/Debug/netstandard2.0'
ArtifactName: 'lib-managed'
publishLocation: 'Container'
- task: DotNetCoreCLI@2
Expand Down
2 changes: 1 addition & 1 deletion efferent-native.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Efferent.Native</id>
<version>3.8.2-test3</version>
<version>3.8.2-test4</version>
<title>Efferent Health Dicom Native</title>
<authors>Efferent-Health</authors>
<licenseUrl>http://opensource.org/licenses/MS-PL</licenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/efferent-native.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Cross-platform Dicom native transcoder for fo-dicom</Description>
<Copyright>(c) Efferent Health, LLC</Copyright>
<VersionPrefix>3.8.2-test3</VersionPrefix>
<VersionPrefix>3.8.2-test4</VersionPrefix>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>Efferent.Native</RootNamespace>
<AssemblyName>Efferent.Native</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion test1/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0"/>
<PackageReference Include="MSTest.TestAdapter" Version="1.3.2"/>
<PackageReference Include="MSTest.TestFramework" Version="1.3.2"/>
<PackageReference Include="Efferent.Native" Version="3.8.2-test1"/>
<PackageReference Include="Efferent.Native" Version="3.8.2-test4"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="fo-dicom.NetCore" Version="4.0.1"/>
Expand Down

0 comments on commit e0f020b

Please sign in to comment.