Skip to content
This repository has been archived by the owner on Jul 17, 2018. It is now read-only.

Commit

Permalink
previous commit was wrong. x86 is required for libraries. they don't …
Browse files Browse the repository at this point in the history
…respect global.json setting for some reason
  • Loading branch information
cwe1ss committed Feb 20, 2016
1 parent 0ddd1d3 commit 8579028
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,14 @@ init:

install:
- ps: "&{$Branch='dev';iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.ps1'))}"
- ps: dnvm upgrade
- ps: dnvm install 1.0.0-rc1-update1 -r clr -a x64
- ps: dnvm use 1.0.0-rc1-update1 -r clr -a x64
- ps: dnvm list

# update project.json versions for continuous delivery to MyGet
- ps: .\build-set-version.ps1

#assembly_info:
# patch: true
# file: AssemblyInfo.*
# assembly_version: "{version}"
# assembly_file_version: "{version}"
# assembly_informational_version: "{version}"

nuget:
disable_publish_on_pr: true

Expand Down

0 comments on commit 8579028

Please sign in to comment.