Skip to content

Commit

Permalink
Deploy stage needs a script or it doesn't do anything
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsmith1968 committed Dec 31, 2019
1 parent a4d3ce7 commit 7bca831
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 49 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
name: GitHub
os: linux
dotnet: 2.2.102
#install: dotnet restore
#script: dotnet build
install: dotnet restore
script: dotnet build
before_deploy:
- #FILE=$(ls $APPNAME/bin/$CONFIGURATION/$APPNAME.*.nupkg)
- #echo $FILE
Expand Down
20 changes: 0 additions & 20 deletions DNX.Helpers.nuspec

This file was deleted.

4 changes: 2 additions & 2 deletions DNX.Helpers/DNX.Helpers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<PackageIconUrl>https://raw.githubusercontent.com/martinsmith1968/DNX.Helpers/master/images/favicon-32x32.png</PackageIconUrl>
<PackageTags>DNX helpers extensions string array linq</PackageTags>
<PackageReleaseNotes>Interpolation to a working version and some preparation for moving to .NET Standard</PackageReleaseNotes>
<Version>2.0.5</Version>
<AssemblyVersion>2.0.5</AssemblyVersion>
<Version>2.0.6</Version>
<AssemblyVersion>2.0.6</AssemblyVersion>
</PropertyGroup>
<ItemGroup>
<None Remove="Converters\BuiltInTypes\Build.cmd" />
Expand Down
25 changes: 0 additions & 25 deletions DNX.Helpers/DNX.Helpers.nuspec

This file was deleted.

0 comments on commit 7bca831

Please sign in to comment.