File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ works out the [semantic version][semver] of the commit being built.
7
7
8
8
[ ![ Gitter] [ gitter-badge ]] [ gitter ]
9
9
[ ![ Build status] [ appveyor-badge ]] [ appveyor ]
10
- <!-- [![Build Status][travis-badge]][travis] -->
11
10
[ ![ Build Status] [ azure-pipeline-badge ]] [ azure-pipeline ]
12
11
[ ![ codecov] [ codecov-badge ]] [ codecov ]
13
12
@@ -26,6 +25,7 @@ works out the [semantic version][semver] of the commit being built.
26
25
| ** Docker** | [ ![ Docker Pulls] [ dockerhub-badge ]] [ dockerhub ] | -
27
26
28
27
## Compatibility
28
+
29
29
GitVersion works Windows, Linux, and Mac.
30
30
31
31
Tip: If you get `System.TypeInitializationException: The type initializer for
Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ Task("Docker-Build")
404
404
if ( parameters . IsRunningOnWindows )
405
405
{
406
406
DockerBuild ( "windows" , "nano" , "netcoreapp2.1" , parameters ) ;
407
- DockerBuild ( "windows" , "windowservercore " , "net472" , parameters ) ;
407
+ DockerBuild ( "windows" , "windowsservercore " , "net472" , parameters ) ;
408
408
}
409
409
else if ( parameters . IsRunningOnLinux )
410
410
{
@@ -627,7 +627,7 @@ Task("Publish-DockerHub")
627
627
if ( parameters . IsRunningOnWindows )
628
628
{
629
629
DockerPush ( "windows" , "nano" , "netcoreapp2.1" , parameters ) ;
630
- DockerPush ( "windows" , "windowservercore " , "net472" , parameters ) ;
630
+ DockerPush ( "windows" , "windowsservercore " , "net472" , parameters ) ;
631
631
}
632
632
else if ( parameters . IsRunningOnLinux )
633
633
{
You can’t perform that action at this time.
0 commit comments