File tree 1 file changed +2
-10
lines changed 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -99,19 +99,11 @@ describe('Subgenerators without arguments tests', function() {
99
99
util . fileCheck ( 'should create tsconfig.json file' , 'tsconfig.json' ) ;
100
100
} ) ;
101
101
102
- describe ( 'aspnet:Dockerfile Mono-based ' , function ( ) {
102
+ describe ( 'aspnet:Dockerfile dotnet ' , function ( ) {
103
103
var filename = 'Dockerfile' ;
104
104
util . goCreate ( filename ) ;
105
105
util . fileCheck ( 'should create Dockerfile' , filename ) ;
106
- util . fileContentCheck ( filename , 'Check the content for Mono-based image tag' , / F R O M m i c r o s o f t \/ a s p n e t : 1 \. 0 \. 0 - r c 1 - u p d a t e 1 / ) ;
107
- } ) ;
108
-
109
- describe ( 'aspnet:Dockerfile CoreCLR-based' , function ( ) {
110
- var arg = '--coreclr' ;
111
- var filename = 'Dockerfile' ;
112
- util . goCreateWithArgs ( filename , [ arg ] ) ;
113
- util . fileCheck ( 'should create Dockerfile' , filename ) ;
114
- util . fileContentCheck ( filename , 'Check the content for CoreCLR-based image tag' , / F R O M m i c r o s o f t \/ a s p n e t : 1 \. 0 \. 0 - r c 1 - u p d a t e 1 - c o r e c l r / ) ;
106
+ util . fileContentCheck ( filename , 'Check the content for dotnet latest image tag' , / F R O M m i c r o s o f t \/ d o t n e t : l a t e s t / ) ;
115
107
} ) ;
116
108
117
109
describe ( 'aspnet:nuget' , function ( ) {
You can’t perform that action at this time.
0 commit comments