Skip to content

Commit

Permalink
New beta release 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Sep 18, 2019
1 parent c6c2614 commit 21111ff
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion release.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@echo off
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\msbuild.exe" "src/Skybrud.Umbraco.GridData" /t:rebuild /p:Configuration=Release
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\msbuild.exe" "src/Skybrud.Umbraco.GridData" /t:rebuild /p:BuildTools=1 /p:Configuration=Release
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions src/Skybrud.Umbraco.GridData/Skybrud.Umbraco.GridData.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>3.0.0-beta002</Version>
<Version>3.0.0-beta003</Version>
<Authors>Anders Bjerner, René Pjengaard</Authors>
<Company>Skybrud.dk</Company>
<Description>Strongly typed models for the grid in Umbraco 8.</Description>
Expand Down Expand Up @@ -41,7 +41,7 @@
<PackageOutputPath>../../releases/nuget/</PackageOutputPath>
</PropertyGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(Configuration)'=='Release'">
<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(Configuration)'=='Release' AND '$(BuildTools)'=='1'">
<Exec Command="&quot;$(ProjectDir)..\build\Skybrud.BuildTools.Tasks.exe&quot; &quot;postBuild&quot; &quot;$(ConfigurationName)&quot; &quot;$(ProjectPath)&quot; &quot;$(TargetPath)&quot;" />
</Target>

Expand Down

0 comments on commit 21111ff

Please sign in to comment.