Skip to content

Commit

Permalink
It should do the trick
Browse files Browse the repository at this point in the history
  • Loading branch information
Eimaen committed Feb 10, 2021
1 parent fdb5f10 commit aad2bcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
command: dotnet restore
- run:
name: "Building the solution"
command: dotnet publish -c Release -r x86
command: dotnet publish -c Release -r win-x86
- store_artifacts:
path: .\MusixmatchClientLib\bin\Release\netstandard2.0\x86\publish\MusixmatchClientLib.dll
path: .\MusixmatchClientLib\bin\Release\netstandard2.0\win-x86\publish\MusixmatchClientLib.dll

0 comments on commit aad2bcf

Please sign in to comment.