File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
packages/flutter_tools/lib/src/windows Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -128,21 +128,6 @@ Future<void> buildWindows(
128
128
'Built ${globals .fs .path .relative (buildOutput .path )}' ,
129
129
color: TerminalColor .green,
130
130
);
131
- final File shorebirdYamlFile = buildDirectory
132
- .childDirectory ('runner' )
133
- .childDirectory (sentenceCase (buildModeName))
134
- .childDirectory ('data' )
135
- .childDirectory ('flutter_assets' )
136
- .childFile ('shorebird.yaml' );
137
-
138
- if (shorebirdYamlFile.existsSync ()) {
139
- try {
140
- updateShorebirdYaml (buildInfo.flavor, shorebirdYamlFile.path, environment: globals.platform.environment);
141
- } on Exception catch (error) {
142
- globals.printError ('[shorebird] failed to generate shorebird configuration.\n $error ' );
143
- throw Exception ('Failed to generate shorebird configuration' );
144
- }
145
- }
146
131
147
132
if (buildInfo.codeSizeDirectory != null && sizeAnalyzer != null ) {
148
133
final String arch = getNameForTargetPlatform (targetPlatform);
You can’t perform that action at this time.
0 commit comments