Skip to content

Commit 362b72c

Browse files
author
Oystein Bjorke
committed
Add Xamarin.Forms build script
1 parent dc3a55d commit 362b72c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ bld/
2020
[Oo]bj/
2121
Output/
2222

23+
# Include the ~Build/ folder
24+
!Build/
25+
2326
# Roslyn cache directories
2427
*.ide/
2528

Build/BuildRelease_Xamarin.Forms.cmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
UpdateVersionNumbers.exe /VersionFromNuGet=OxyPlot.Core /Dependency=OxyPlot.Core /ReleaseNotesFile=..\CHANGELOG.md /Directory=..
2+
3+
"C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe" ..\Source\OxyPlot.Xamarin.Forms.sln /p:Configuration=Release

0 commit comments

Comments
 (0)