Browse Source

Fixing appveyor

Sebastien Ros 8 years ago
parent
commit
557f069de6
2 changed files with 1 additions and 1 deletions
  1. 0 1
      Jint/Directory.Build.props
  2. 1 0
      appveyor.yml

+ 0 - 1
Jint/Directory.Build.props

@@ -14,7 +14,6 @@
     <PackageLicenseUrl>https://raw.githubusercontent.com/sebastienros/jint/master/LICENSE.txt</PackageLicenseUrl>
     <RepositoryType>git</RepositoryType>
     <RepositoryUrl>git://github.com/sebastienros/jint</RepositoryUrl>
-    <NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.3' ">1.6.0</NetStandardImplicitPackageVersion>
   </PropertyGroup>
 
   <!-- Called after so that the <VersionSuffix> is built after the local ones -->

+ 1 - 0
appveyor.yml

@@ -17,6 +17,7 @@ test_script:
   - dotnet test .\Jint.Tests.Ecma\project.json --configuration Release -f netcoreapp1.0
 artifacts:
   - path: 'Jint\**\*.nupkg'
+deploy:  
   - provider: NuGet
     on:
       branch: dev