This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#-------------------------------------------------# | |
# GENERAL # | |
#-------------------------------------------------# | |
version: 1.1.0.{build}-develop | |
#-------------------------------------------------# | |
# ENVIRONMENT # | |
#-------------------------------------------------# | |
os: Visual Studio 2015 | |
environment: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#-------------------------------------------------# | |
# GENERAL # | |
#-------------------------------------------------# | |
version: 0.0.9.{build}-develop | |
#-------------------------------------------------# | |
# ENVIRONMENT # | |
#-------------------------------------------------# | |
os: Visual Studio 2015 | |
environment: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "0.0.9", | |
"description": "Map your stuff! ", | |
"authors": [ "SCHWABENCODE", "BenjaminAbt" ], | |
"owners": [ "SCHWABENCODE", "BenjaminAbt" ], | |
"tags": [ "Mapping, FlexMapper, SchwabenCode, BenjaminAbt" ], | |
"projectUrl": "https://github.com/SchwabenCode/FlexMapper", | |
"licenseUrl": "https://github.com/SchwabenCode/FlexMapper/LICENSE.md", | |
"dependencies": { |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Origin: https://github.com/SchwabenCode/FlexMapper | |
language: csharp | |
solution: src/SchwabenCode.FlexMapper.sln | |
install: | |
- curl -sSL https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.sh | DNX_BRANCH=dev sh && source ~/.dnx/dnvm/dnvm.sh | |
- dnvm upgrade | |
- dnu restore |
NewerOlder