Visual Studio 1.8更新后停止发布从ts编译的js文件
Visual Studio stopped publishing js files compiled from ts after 1.8 update
我有一个 VS 2015 TS 项目。发布一直很好,这意味着项目中包含 typescript 文件,但不包含 *.js 文件,但 js 文件已按预期发布。
但是,在更新到 1.8 beta 后,*.js 文件将不再发布。
没有意义,我什至不确定更新是否是问题所在,但我没有其他解释。没有对该项目进行其他更改。我昨天更新了,实际上在 *.js 停止发布之前成功发布了几次。
其他 js 文件发布,但不是从 ts 编译的文件。
如果我在项目中包含编译后的 js(以及源代码管理),那么它会正确发布。
我只是想确定我没有搞砸这里。
If I include the compiled js in the project (and thus source control) then it does publish correctly.
你不是唯一一个。
I just want to make sure I didn't screw something up here.
你没有。现在是新的事实上的方式。
我有一个 VS 2015 TS 项目。发布一直很好,这意味着项目中包含 typescript 文件,但不包含 *.js 文件,但 js 文件已按预期发布。
但是,在更新到 1.8 beta 后,*.js 文件将不再发布。
没有意义,我什至不确定更新是否是问题所在,但我没有其他解释。没有对该项目进行其他更改。我昨天更新了,实际上在 *.js 停止发布之前成功发布了几次。
其他 js 文件发布,但不是从 ts 编译的文件。
如果我在项目中包含编译后的 js(以及源代码管理),那么它会正确发布。
我只是想确定我没有搞砸这里。
If I include the compiled js in the project (and thus source control) then it does publish correctly.
你不是唯一一个。
I just want to make sure I didn't screw something up here.
你没有。现在是新的事实上的方式。