We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b243e8 commit c922eeeCopy full SHA for c922eee
test/templates/util/dotnetnew.ts
@@ -5,7 +5,7 @@ import * as rimraf from 'rimraf';
5
import * as mkdirp from 'mkdirp';
6
7
const templatePackageName = 'Microsoft.DotNet.Web.Spa.ProjectTemplates';
8
-const templatePackageArtifactsDir = '../templates/package-builder/dist/artifacts';
+const templatePackageArtifactsDir = '../templates/package-builder/artifacts';
9
10
export function generateProjectSync(targetDir: string, templateName: string) {
11
installTemplatePackage(targetDir, templatePackageName, templateName);
0 commit comments