Revert "build things"

This reverts commit 1625f787d2.
This commit is contained in:
Tommy Parnell
2016-07-03 13:36:12 -04:00
parent 1625f787d2
commit c596c7787c
2 changed files with 2 additions and 5 deletions

View File

@@ -64,10 +64,8 @@ end
desc 'publish nugets'
task :nuspec_publish do
repoTag = ENV['APPVEYOR_REPO_TAG']
nugetKey = ENV['NUGET_KEY']
puts nugetKey
if repoTag != 'true';
nugetKey = ENV['APPVEYOR_REPO_TAG']
if nugetKey != 'true' || nugetKey != true;
puts 'not publishing since APPVEYOR_REPO_TAG has not been set. Please add a github tag'
else
PROJECTS.each{|dir|

View File

@@ -3,7 +3,6 @@ nuget:
project_feed: true
install:
- set PATH=C:\Ruby22\bin;%PATH%
- set
- bundle install
build_script:
- rake publish