Skip to content
Merged

Dev #74

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
name: OpenOrClosed - CI

on:
release:
types: [published]
push:
branches:
- master
pull_request:

env:
SOLUTION: OpenOrClosed.Release.slnx
CLIENT_PROJECT: OpenOrClosed/Client
PLUGIN_PROJECT: OpenOrClosed/OpenOrClosed.csproj
OUTPUT_PATH: ./build-out/

jobs:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ on:
branches: [ master ]

env:
SOLUTION: OpenOrClosed.Release.slnx
CLIENT_PROJECT: OpenOrClosed/Client
PLUGIN_PROJECT: OpenOrClosed/OpenOrClosed.csproj
OUTPUT_PATH: ./build-out/

name: Our.Umbraco.GMaps - Release

jobs:
publish-nuget:
Expand Down
2 changes: 1 addition & 1 deletion OpenOrClosed/OpenOrClosed.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<!-- NuGet package metadata -->
<PropertyGroup>
<Version>17.1.2-pre1</Version>
<Version>17.1.2-pre2</Version>
<Description>
Open or Closed - Yet another Business Hours package!

Expand Down
Loading