@nx-dotnet/core
Advanced tools
Comparing version 0.1.5-dev.2 to 0.1.5-dev.3
@@ -9,7 +9,7 @@ { | ||
"chokidar": "^3.5.1", | ||
"@nx-dotnet/dotnet": "0.1.5-dev.2", | ||
"@nx-dotnet/utils": "0.1.5-dev.2", | ||
"@nx-dotnet/dotnet": "0.1.5-dev.3", | ||
"@nx-dotnet/utils": "0.1.5-dev.3", | ||
"xmldoc": "^1.1.2" | ||
}, | ||
"version": "0.1.5-dev.2" | ||
"version": "0.1.5-dev.3" | ||
} |
@@ -79,7 +79,11 @@ "use strict"; | ||
const xml = new xmldoc_1.XmlDocument(fs_1.readFileSync(projectFilePath).toString()); | ||
const el = new xmldoc_1.XmlElement({ | ||
const el = { | ||
name: 'OutputPath', | ||
attributes: {}, | ||
}); | ||
el.val = `${path_1.relative(projectFilePath, process.cwd())}/dist/${projectName}`; | ||
attr: {}, | ||
val: `${path_1.relative(projectFilePath, process.cwd())}/dist/${projectName}`, | ||
type: 'element', | ||
children: [], | ||
firstChild: null, | ||
lastChild: null | ||
}; | ||
(_a = xml.childNamed('PropertyGroup')) === null || _a === void 0 ? void 0 : _a.children.push(el); | ||
@@ -86,0 +90,0 @@ host.write(projectFilePath, xml.toStringWithIndent(' ')); |
Sorry, the diff of this file is not supported yet
53437
1042
+ Added@nx-dotnet/dotnet@0.1.5-dev.3(transitive)
+ Added@nx-dotnet/utils@0.1.5-dev.3(transitive)
- Removed@nx-dotnet/dotnet@0.1.5-dev.2(transitive)
- Removed@nx-dotnet/utils@0.1.5-dev.2(transitive)
Updated@nx-dotnet/utils@0.1.5-dev.3