@@ -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 -->
@@ -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