Skip to content

Commit

Permalink
create packges Dotnet.ProjInfo.Workspace and `Dotnet.ProjInfo.Works…
Browse files Browse the repository at this point in the history
…pace.FCS`
  • Loading branch information
enricosada committed Feb 10, 2019
1 parent 3e790ad commit 4b89a46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
<RemoveDir Directories="$(NupkgsDir)" />
<Exec Command='dotnet pack src/dotnet-proj -c Release -o "$(NupkgsDir)" /p:Version=$(Version)' />
<Exec Command='dotnet pack src/Dotnet.ProjInfo -c Release -o "$(NupkgsDir)" /p:Version=$(Version)' />
<Exec Command='dotnet pack src/Dotnet.ProjInfo.Workspace -c Release -o "$(NupkgsDir)" /p:Version=$(Version)' />
<Exec Command='dotnet pack src/Dotnet.ProjInfo.Workspace.FCS -c Release -o "$(NupkgsDir)" /p:Version=$(Version)' />
</Target>

<Target Name="Test">
Expand Down

0 comments on commit 4b89a46

Please sign in to comment.