Back to single publish job

This commit is contained in:
Alan Rynne
2020-12-08 10:15:40 +01:00
parent aa798e4528
commit fa8976a7b8
+2 -11
View File
@@ -4,7 +4,7 @@ orbs:
win: circleci/windows@2.2.0
jobs:
build:
publish_nuget:
executor: win/default
steps:
- checkout
@@ -14,9 +14,6 @@ jobs:
- run:
name: Build solution
command: msbuild GrasshopperAsyncComponent.sln /p:Configuration=Release
publish:
executor: win/default
steps:
- run:
name: Pack NuGet
command: cd GrasshopperAsyncComponent; nuget pack GrasshopperAsyncComponent.csproj -Prop Configuration=Release
@@ -28,13 +25,7 @@ jobs:
workflows:
publish:
jobs:
- build:
filters:
tags:
only: /^v.*/
- publish:
requires:
- build
- publish_nuget:
filters:
tags:
only: /^v.*/