Skip to content

Commit

Permalink
Fixed pipeline build. (#26)
Browse files Browse the repository at this point in the history
* Updated packages.

* Fixed pipeline build.
  • Loading branch information
mgernand authored Nov 12, 2022
1 parent 275e866 commit 2ba0584
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
13 changes: 7 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@ stages:
name: Default
steps:
- checkout: self
fetchDepth: 0
persistCredentials: 'true'
clean: true
# Install the desired .NET SDK.
- task: UseDotNet@2
displayName: 'Acquire .NET SDK'
inputs:
packageType: 'sdk'
version: $(DotNetCoreVersion)
includePreviewVersions: false
#- task: UseDotNet@2
# displayName: 'Acquire .NET SDK'
# inputs:
# packageType: 'sdk'
# version: $(DotNetCoreVersion)
# includePreviewVersions: false
# Build all projects.
- task: DotNetCoreCLI@2
displayName: 'Build Projects'
Expand Down
4 changes: 2 additions & 2 deletions src/Fluxera.ValueObject/Fluxera.ValueObject.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Fluxera.Guards" Version="7.0.0" />
<PackageReference Include="Fluxera.Utilities" Version="7.0.0" />
<PackageReference Include="Fluxera.Guards" Version="7.0.2" />
<PackageReference Include="Fluxera.Utilities" Version="7.0.3" />
<PackageReference Include="GitVersion.MsBuild" Version="5.11.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.8.0" />
<PackageReference Include="Fluxera.Guards" Version="7.0.0" />
<PackageReference Include="Fluxera.Guards" Version="7.0.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.3.0" />
Expand Down

0 comments on commit 2ba0584

Please sign in to comment.