TypeScript 1.5beta
Hi,
Is there any way to currently build a project targeting TypeScript 1.5beta? It's been the only download available from the TypeScript site for a while now so seems to be the recommended version to use when developing.
Thanks,
K
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 24 Jun, 2015 05:26 PM
Do you need it to use from Visual Studio? If not, it can be installed with npm during the build.
2 Posted by kevin on 24 Jun, 2015 06:53 PM
Currently we let the csproj file handle the TypeScript compilation so
ideally I'd keep it that way.
If we need to switch to npm and Grunt then I know that's possible; I just
wanted to see if there was an easier way before I start introducing more
dependencies into the project.
Support Staff 3 Posted by Feodor Fitsner on 24 Jun, 2015 07:00 PM
OK, seems like "TS for VS" should be installed then. Do you use it with VS 2015?
4 Posted by kevin on 24 Jun, 2015 07:22 PM
We're using it with 2013 at the moment but will but upgrading to 2015 in a
few months.
Is there a way we can install it as part of the build or is that something
that'd need to be done on your end?
Support Staff 5 Posted by Feodor Fitsner on 24 Jun, 2015 07:35 PM
Looks like it could be silently installed during the build with the following script:
Took only 1 minute of build time to install on Pro environment.
6 Posted by kevin on 24 Jun, 2015 08:37 PM
Ah, awesome. I'd no idea that level of access was available to the build
machine (very new to AppVeyor).
I'll see if I can get the build working in the morning and let you know how
it went. Thanks!
7 Posted by kevin on 25 Jun, 2015 07:35 PM
Worked perfectly - thanks!
8 Posted by chris on 25 Jun, 2015 10:00 PM
helped me as well on the default image. thanks!
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:57 AM.