Version 2.17.0-129.0.dev
Merge commit '5933e2dfbcebc021fdeea1bbcf9830f1e47f7321' into 'dev'
diff --git a/pkg/analysis_server/test/stress/replay/replay.dart b/pkg/analysis_server/test/stress/replay/replay.dart
index a674281..7de5c96 100644
--- a/pkg/analysis_server/test/stress/replay/replay.dart
+++ b/pkg/analysis_server/test/stress/replay/replay.dart
@@ -404,8 +404,7 @@
void _runPub(String filePath) {
var directoryPath = path.dirname(filePath);
if (Directory(directoryPath).existsSync()) {
- Process.runSync(
- '/Users/brianwilkerson/Dev/dart/dart-sdk/bin/pub', ['get'],
+ Process.runSync(Platform.resolvedExecutable, ['pub', 'get'],
workingDirectory: directoryPath);
}
}
diff --git a/tools/VERSION b/tools/VERSION
index e3ebffd..0ebd690 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -27,5 +27,5 @@
MAJOR 2
MINOR 17
PATCH 0
-PRERELEASE 128
+PRERELEASE 129
PRERELEASE_PATCH 0
\ No newline at end of file