Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit c922eee

Browse files
Fix artifacts dir for test
1 parent 8b243e8 commit c922eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/templates/util/dotnetnew.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import * as rimraf from 'rimraf';
55
import * as mkdirp from 'mkdirp';
66

77
const templatePackageName = 'Microsoft.DotNet.Web.Spa.ProjectTemplates';
8-
const templatePackageArtifactsDir = '../templates/package-builder/dist/artifacts';
8+
const templatePackageArtifactsDir = '../templates/package-builder/artifacts';
99

1010
export function generateProjectSync(targetDir: string, templateName: string) {
1111
installTemplatePackage(targetDir, templatePackageName, templateName);

0 commit comments

Comments
 (0)