Skip to content

Commit

Permalink
build: fix building nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
miltador committed Feb 28, 2017
1 parent 41cb222 commit f2191ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ do

# publish
echo "checking if $projectFilePath is publishable"
if cat ${projectPath} | grep 'NETStandard.Library' &>/dev/null
if cat ${projectPath} | grep 'PreserveCompilationContext' &>/dev/null
then
if [ -z ${PUBLISH+x} ]
then
Expand Down

0 comments on commit f2191ec

Please sign in to comment.