This repository was archived by the owner on Sep 21, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
OrganizationalAuth/Common Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4848
4949 <PropertyGroup >
5050 <ApplicationInsightsPackageVersion >1.0.0-rc2-final</ApplicationInsightsPackageVersion >
51- <BundlerPackageVersion >2.0.189 </BundlerPackageVersion >
51+ <BundlerPackageVersion >2.0.200 </BundlerPackageVersion >
5252 <DefaultNugetFeedSource Condition =" '$(NugetFeedSource)' == ''" >api.nuget.org=https://api.nuget.org/v3/index.json</DefaultNugetFeedSource >
5353 <NugetFeedSource Condition =" '$(NugetFeedSource)' == '' and '$(TemplateBuildBranch)' == 'release' and '$(ReleaseNugetFeedSource)' != ''" >$(ReleaseNugetFeedSource)|$(DefaultNugetFeedSource)</NugetFeedSource >
5454 <NugetFeedSource Condition =" '$(NugetFeedSource)' == '' and '$(TemplateBuildBranch)' == 'dev' and '$(DevNugetFeedSource)' != ''" >$(DevNugetFeedSource)|$(DefaultNugetFeedSource)</NugetFeedSource >
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ $endif$
7777 },
7878
7979 "scripts" : {
80- "precompile" : [ " dotnet bundlerminifier " ],
80+ "precompile" : [ " dotnet bundle " ],
8181 "prepublish" : [ " bower install" ]$if$ ($aspnet_useplatformhandler$ == false)$else$,
8282 "postpublish" : [ " dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ]$endif$
8383 }
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ $endif$
115115 },
116116
117117 "scripts" : {
118- "precompile" : [ " dotnet bundlerminifier " ],
118+ "precompile" : [ " dotnet bundle " ],
119119 "prepublish" : [ " bower install" ]$if$ ($aspnet_useplatformhandler$ == false)$else$,
120120 "postpublish" : [ " dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ]$endif$
121121 }
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ $endif$
7878 },
7979
8080 "scripts" : {
81- "precompile" : [ " dotnet bundlerminifier " ],
81+ "precompile" : [ " dotnet bundle " ],
8282 "prepublish" : [ " bower install" ]$if$ ($aspnet_useplatformhandler$ == false)$else$,
8383 "postpublish" : [ " dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ]$endif$
8484 }
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ $endif$
8787 },
8888
8989 "scripts" : {
90- "precompile" : [ " dotnet bundlerminifier " ],
90+ "precompile" : [ " dotnet bundle " ],
9191 "prepublish" : [ " bower install" ]$if$ ($aspnet_useplatformhandler$ == false)$else$,
9292 "postpublish" : [ " dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ]$endif$
9393 }
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ $endif$
8787 },
8888
8989 "scripts" : {
90- "precompile" : [ " dotnet bundlerminifier " ],
90+ "precompile" : [ " dotnet bundle " ],
9191 "prepublish" : [ " bower install" ]$if$ ($aspnet_useplatformhandler$ == false)$else$,
9292 "postpublish" : [ " dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ]$endif$
9393 }
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ $endif$
114114 },
115115
116116 "scripts" : {
117- "precompile" : [ " dotnet bundlerminifier " ],
117+ "precompile" : [ " dotnet bundle " ],
118118 "prepublish" : [ " bower install" ]$if$ ($aspnet_useplatformhandler$ == false)$else$,
119119 "postpublish" : [ " dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ]$endif$
120120 }
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ $endif$
8686 },
8787
8888 "scripts" : {
89- "precompile" : [ " dotnet bundlerminifier " ],
89+ "precompile" : [ " dotnet bundle " ],
9090 "prepublish" : [ " bower install" ]$if$ ($aspnet_useplatformhandler$ == false)$else$,
9191 "postpublish" : [ " dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ]$endif$
9292 }
You can’t perform that action at this time.
0 commit comments