diff --git a/appveyor.yml b/appveyor.yml index 2c428de..35fedc1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,21 +8,6 @@ branches: nuget: disable_publish_on_pr: true -install: -## # .NET Core SDK binaries -## ## 1) from direct url -## - ps: $url = "https://go.microsoft.com/fwlink/?LinkID=798402" # v1.0.0-preview1 x64 -## ## 2) from url based on version, for example using an env var CLI_VERSION that can be a -## ## a specific version `1.0.0-preview2-003121` or `Latest` (for latest dev version) -- ps: $url = "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/rel-1.0.0/dotnet-dev-win-x64.latest.zip" -# Download .NET Core SDK and add to PATH -- ps: $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetsdk" -- ps: mkdir $env:DOTNET_INSTALL_DIR -Force | Out-Null -- ps: $tempFile = [System.IO.Path]::GetTempFileName() -- ps: (New-Object System.Net.WebClient).DownloadFile($url, $tempFile) -- ps: Add-Type -AssemblyName System.IO.Compression.FileSystem; [System.IO.Compression.ZipFile]::ExtractToDirectory($tempFile, $env:DOTNET_INSTALL_DIR) -- ps: $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path" - build_script: - ps: .\build.ps1 diff --git a/src/dotnet-frc/dotnet-frc.csproj b/src/dotnet-frc/dotnet-frc.csproj index e936ea1..80ad26f 100644 --- a/src/dotnet-frc/dotnet-frc.csproj +++ b/src/dotnet-frc/dotnet-frc.csproj @@ -17,13 +17,18 @@ Exe netcoreapp1.0 - FRC.DotNet.CLI + FRC DotNet CLI + FRC DotNet CLI RobotDotNet - FRC CLI Tool + FRC CLI Deployment Tool false First release Copyright 2017 (c) RobotDotNet. All rights reserved. - FRC + WPILib;FRC;FIRST;RoboRio + https://github.com/robotdotnet/FRC-CLI + https://github.com/robotdotnet/FRC-CLI/blob/master/LICENSE.txt + git + git://github.com/robotdotnet/FRC-CLI \ No newline at end of file