Version 2.14.0-328.0.dev

Merge commit '5c902ff32b5975cd821370200e869f79098c342e' into 'dev'
diff --git a/pkg/analyzer/test/src/dart/analysis/context_builder_test.dart b/pkg/analyzer/test/src/dart/analysis/context_builder_test.dart
index 5c75695..f0a3fd2 100644
--- a/pkg/analyzer/test/src/dart/analysis/context_builder_test.dart
+++ b/pkg/analyzer/test/src/dart/analysis/context_builder_test.dart
@@ -218,7 +218,7 @@
       resourceProvider: resourceProvider,
     ).createContext(
       contextRoot: roots.single,
-      sdkPath: sdkRoot,
+      sdkPath: convertPath(sdkRoot),
     );
   }
 
diff --git a/tools/VERSION b/tools/VERSION
index a0d77cc..db6c054 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -27,5 +27,5 @@
 MAJOR 2
 MINOR 14
 PATCH 0
-PRERELEASE 327
+PRERELEASE 328
 PRERELEASE_PATCH 0
\ No newline at end of file