Skip to content

Commit

Permalink
Merge pull request #38 from HenrikWM/f-new-core-nuget
Browse files Browse the repository at this point in the history
Create NuGet-package for Core
  • Loading branch information
HenrikWM committed Dec 8, 2020
2 parents 1875fff + bbcc883 commit a2e645a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ exec { & dotnet test -c Release -r $artifacts --no-build -l trx --verbosity=norm

exec { & dotnet pack .\src\AnonymousTokens.Client\AnonymousTokens.Client.csproj -c Release -o $artifacts --no-build }
exec { & dotnet pack .\src\AnonymousTokens.Server\AnonymousTokens.Server.csproj -c Release -o $artifacts --no-build }
exec { & dotnet pack .\src\AnonymousTokens.Core\AnonymousTokens.Core.csproj -c Release -o $artifacts --no-build }
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<Deterministic>true</Deterministic>
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild>
<Version>1.2.0</Version>
<Version>1.3.0</Version>
<RepositoryUrl>https://github.com/HenrikWM/anonymous-tokens</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<LangVersion>latest</LangVersion>
Expand Down

0 comments on commit a2e645a

Please sign in to comment.