Commit eaa88258 authored by Tim Bureck's avatar Tim Bureck
Browse files

Update GitLab CI configuration for NuGet deployments

* NuGet deployments are only done for tagged builds now
* Fix unnecessary using statement
parent 0ce5f899
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -36,5 +36,4 @@ deploy:nuget:
  stage: deploy
  script: dotnet nuget push ./Terminal/bin/Debug/*.nupkg -k $NUGET_API_KEY -s https://www.nuget.org/api/v2/package
  only:
    refs:
      - master
    - tags
+0 −1
Original line number Diff line number Diff line
using System.Collections.Generic;
using TBureck.Terminal.IO;

namespace TBureck.Terminal.Commands